Files
nebula.js/commands/create/package.json
renovate[bot] 77ca49e46d chore(deps): update minor and patch (#628)
* chore(deps): update minor and patch

* chore: update monaco-editor-webpack-plugin

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: caele <tsm@qlik.com>
2021-08-02 15:20:42 +02:00

31 lines
575 B
JSON

{
"name": "@nebula.js/cli-create",
"version": "1.4.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
"keywords": [],
"publishConfig": {
"access": "public"
},
"main": "lib/create.js",
"repository": {
"type": "git",
"url": "https://github.com/qlik-oss/nebula.js.git"
},
"files": [
"command.js",
"templates",
"lib"
],
"scripts": {
"generate": "yo ./generator/index.js"
},
"dependencies": {
"chalk": "4.1.2",
"ejs": "3.1.6",
"fs-extra": "10.0.0",
"inquirer": "8.1.2"
}
}