qe-cli
Version:
qe-cli
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "qe-cli",
"version": "1.1.98",
"description": "qe-cli",
"main": "index.js",
"bin": {
"qe-cli": "index.js"
},
"scripts": {
"npmpublish": "tsc --outDir dist&&npm version patch --force&&cd dist&© ..\\package.json package.json /y&&npm publish",
"build": "tsc"
},
"keywords": [
"quantengine",
"qe",
"qe-cli",
"cli",
"commandline"
],
"author": "QuantEngine",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.2",
"colors": "^1.4.0",
"commander": "^9.3.0",
"inquirer": "^8.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"update-notifier": "^5.1.0",
"uuid": "^8.3.2",
"webpack": "^5.73.0",
"ws": "^8.8.0"
},
"devDependencies": {
"@types/uuid": "^8.3.4",
"@types/axios": "^0.14.0",
"@types/chalk": "^2.2.0",
"@types/colors": "^1.2.1",
"@types/commander": "^2.12.2",
"@types/inquirer": "^8.2.1",
"@types/node": "^18.0.3",
"@types/ws": "^8.5.3"
}
}