Files
nebula.js/commands/create/package.json
2026-05-21 09:05:47 +02:00

32 lines
604 B
JSON

{
"name": "@nebula.js/cli-create",
"version": "7.0.0",
"description": "",
"type": "module",
"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": {
"@inquirer/prompts": "8.3.2",
"chalk": "4.1.2",
"ejs": "5.0.2",
"fs-extra": "11.3.4"
}
}