Files
nebula.js/commands/create/package.json
2025-12-08 14:17:07 +01:00

31 lines
576 B
JSON

{
"name": "@nebula.js/cli-create",
"version": "6.3.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.10",
"fs-extra": "11.3.2",
"inquirer": "8.2.7"
}
}