Files
nebula.js/commands/create/package.json
2019-09-27 13:05:12 +02:00

31 lines
587 B
JSON

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