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

* chore: lock react transitive react version
2019-11-20 10:25:22 +01:00

31 lines
583 B
JSON

{
"name": "@nebula.js/cli-create",
"version": "0.1.0-alpha.25",
"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": "3.0.0",
"ejs": "2.7.4",
"fs-extra": "8.1.0",
"inquirer": "7.0.0"
}
}