Files
nebula.js/commands/create/package.json
2023-05-15 09:59:22 +02:00

31 lines
575 B
JSON

{
"name": "@nebula.js/cli-create",
"version": "4.0.3",
"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.9",
"fs-extra": "11.1.1",
"inquirer": "8.2.5"
}
}