mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-25 01:00:13 -04:00
35 lines
666 B
JSON
35 lines
666 B
JSON
{
|
|
"name": "@nebula.js/cli",
|
|
"version": "2.2.0",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"author": "QlikTech International AB",
|
|
"keywords": [],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qlik-oss/nebula.js.git"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"bin": {
|
|
"nebula": "lib/index.js"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src"
|
|
},
|
|
"peerDependencies": {
|
|
"@nebula.js/cli-build": "^2.x",
|
|
"@nebula.js/cli-sense": "^2.x",
|
|
"@nebula.js/cli-serve": "^2.x"
|
|
},
|
|
"dependencies": {
|
|
"@nebula.js/cli-create": "^2.2.0",
|
|
"import-cwd": "3.0.0",
|
|
"yargs": "17.3.0"
|
|
}
|
|
}
|