@oclif/command
Version:
oclif base command
57 lines (56 loc) • 1.36 kB
JSON
{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.4.19",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/command/issues",
"oclif": {
"devPlugins": [
"@oclif/plugin-help",
"@oclif/plugin-plugins"
]
},
"dependencies": {
"@oclif/errors": "^1.0.6",
"@oclif/parser": "^3.3.3",
"debug": "^3.1.0",
"semver": "^5.5.0"
},
"devDependencies": {
"@oclif/config": "^1.6.16",
"@oclif/plugin-help": "^1.2.6",
"@oclif/plugin-plugins": "^1.1.5",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.2",
"@types/semver": "^5.5.0",
"chai": "^4.1.2",
"fancy-test": "^1.0.6",
"mocha": "^5.1.1",
"ts-node": "^6.0.2",
"tslint": "^5.9.1",
"typescript": "^2.8.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/oclif/command",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "oclif/command",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "tsc -p test --noEmit && tslint -p test -t stylish",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "lib/index.d.ts"
}