mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
31 lines
576 B
JSON
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"
|
|
}
|
|
}
|