@xgheaven/nos-cli
Version:
A Cli tools to manage NOS
55 lines (54 loc) • 1.22 kB
JSON
{
"name": "@xgheaven/nos-cli",
"version": "0.1.0",
"description": "A Cli tools to manage NOS",
"bin": {
"nos-cli": "./bin/nos-cli.js"
},
"scripts": {
"build": "tsc",
"precommit": "pretty-quick --staged",
"lint:fix": "tslint -p . --fix",
"lint": "tslint -p ."
},
"keywords": [
"nos",
"nos-cli",
"nos terminal",
"nos-node"
],
"files": [
"dist",
"bin"
],
"repository": {
"type": "git",
"url": "https://github.com/XGHeaven/nos-node-cli"
},
"author": "XGHeaven <xgheaven@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^5.0.4",
"@types/lodash": "^4.14.118",
"@types/node": "^10.12.11",
"@types/ora": "^1.3.4",
"@types/yargs": "^12.0.1",
"@xgheaven/tslint-config-xgheaven": "^0.1.4",
"husky": "^1.2.0",
"prettier": "^1.15.3",
"pretty-quick": "^1.8.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.1"
},
"dependencies": {
"@xgheaven/nos-node-sdk": "^0.2.1",
"chalk": "^2.4.1",
"fs-extra": "^7.0.1",
"jsome": "^2.5.0",
"lodash": "^4.17.11",
"ora": "^3.0.0",
"yargs": "^12.0.5"
}
}