@anycli/command
Version:
anycli base command
62 lines (61 loc) • 1.63 kB
JSON
{
"name": "@anycli/command",
"description": "anycli base command",
"version": "1.1.1",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/command/issues",
"dependencies": {
"@anycli/parser": "^3.2.0",
"cli-ux": "^3.3.13",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"load-json-file": "^4.0.0",
"lodash": "^4.17.4",
"tslib": "^1.9.0"
},
"devDependencies": {
"@anycli/config": "^1.0.3",
"@anycli/plugin-help": "^0.5.0",
"@anycli/tslint": "^0.2.5",
"@types/chai": "^4.1.2",
"@types/fs-extra": "^5.0.0",
"@types/load-json-file": "^2.0.7",
"@types/lodash": "^4.14.100",
"@types/mocha": "^2.2.48",
"@types/nock": "^9.1.2",
"@types/node": "^9.4.0",
"@types/node-notifier": "^0.0.28",
"@types/read-pkg": "^3.0.0",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"eslint": "^4.17.0",
"eslint-config-anycli": "^1.3.2",
"fancy-test": "^0.6.6",
"http-call": "^5.0.2",
"mocha": "^5.0.0",
"nock": "^9.1.6",
"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 \"eslint .\" \"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"
}