mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-31 19:00:09 -04:00
25 lines
456 B
JSON
25 lines
456 B
JSON
{
|
|
"name": "@nebula.js/cli-create",
|
|
"version": "0.1.0-alpha.12",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"author": "QlikTech International AB",
|
|
"keywords": [],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"command.js",
|
|
"generator"
|
|
],
|
|
"scripts": {
|
|
"generate": "yo ./generator/index.js"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"execa": "^1.0.0",
|
|
"yeoman-generator": "^3.2.0",
|
|
"yo": "^2.0.5"
|
|
}
|
|
}
|