UNPKG

1.42 kBJSONView Raw
1{
2 "name": "@anycli/command",
3 "description": "anycli base command",
4 "version": "1.2.11",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/anycli/command/issues",
7 "anycli": {
8 "scope": "anycli",
9 "devPlugins": [
10 "@anycli/plugin-plugins",
11 "@anycli/plugin-not-found",
12 "@anycli/plugin-help"
13 ]
14 },
15 "dependencies": {
16 "@anycli/parser": "^3.2.6"
17 },
18 "devDependencies": {
19 "@anycli/config": "^1.3.19",
20 "@anycli/errors": "^0.2.1",
21 "@anycli/plugin-help": "^0.6.7",
22 "@anycli/plugin-not-found": "^0.1.17",
23 "@anycli/plugin-plugins": "^0.2.13",
24 "@anycli/tslint": "^0.2.7",
25 "@types/chai": "^4.1.2",
26 "@types/mocha": "^2.2.48",
27 "@types/node": "^9.4.1",
28 "chai": "^4.1.2",
29 "concurrently": "^3.5.1",
30 "fancy-test": "^1.0.1",
31 "mocha": "^5.0.0",
32 "ts-node": "^4.1.0",
33 "typescript": "^2.7.1"
34 },
35 "engines": {
36 "node": ">=8.0.0"
37 },
38 "files": [
39 "/lib"
40 ],
41 "homepage": "https://github.com/anycli/command",
42 "keywords": [
43 "anycli"
44 ],
45 "license": "MIT",
46 "main": "lib/index.js",
47 "repository": "anycli/command",
48 "scripts": {
49 "build": "rm -rf lib && tsc",
50 "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test\"",
51 "posttest": "yarn run lint",
52 "prepublishOnly": "yarn run build",
53 "test": "mocha --forbid-only \"test/**/*.test.ts\""
54 },
55 "types": "lib/index.d.ts"
56}