mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
38 lines
741 B
JSON
38 lines
741 B
JSON
{
|
|
"name": "@nebula.js/cli",
|
|
"version": "6.0.0-alpha.5",
|
|
"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"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.10.0"
|
|
},
|
|
"bin": {
|
|
"nebula": "lib/index.js"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src"
|
|
},
|
|
"peerDependencies": {
|
|
"@nebula.js/cli-build": "5.0.0 - 6",
|
|
"@nebula.js/cli-sense": "5.0.0 - 6",
|
|
"@nebula.js/cli-serve": "5.0.0 - 6"
|
|
},
|
|
"dependencies": {
|
|
"@nebula.js/cli-create": "^6.0.0-alpha.5",
|
|
"import-cwd": "3.0.0",
|
|
"yargs": "17.7.2"
|
|
}
|
|
}
|