@anycli/command
Version:
anycli base command
57 lines (56 loc) • 1.42 kB
JSON
{
"name": "@anycli/command",
"description": "anycli base command",
"version": "1.2.19",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/command/issues",
"anycli": {
"scope": "anycli",
"devPlugins": [
"@anycli/plugin-plugins",
"@anycli/plugin-not-found",
"@anycli/plugin-help"
]
},
"dependencies": {
"@anycli/parser": "^3.2.6"
},
"devDependencies": {
"@anycli/config": "^1.3.43",
"@anycli/errors": "^0.2.2",
"@anycli/plugin-help": "^0.7.2",
"@anycli/plugin-not-found": "^0.1.19",
"@anycli/plugin-plugins": "^0.2.15",
"@anycli/tslint": "^0.2.7",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.1",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"fancy-test": "^1.0.1",
"mocha": "^5.0.0",
"ts-node": "^4.1.0",
"typescript": "^2.7.1"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/anycli/command",
"keywords": [
"anycli"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "anycli/command",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test\"",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "lib/index.d.ts"
}