UNPKG

2.3 kBJSONView Raw
1{
2 "name": "@cli-engine/engine",
3 "description": "Generic CLI Framework",
4 "version": "6.1.32",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/heroku/cli-engine/issues",
7 "cli-engine": {
8 "bin": "cli-engine",
9 "dirname": "cli-engine",
10 "commands": "./lib/commands",
11 "topics": {
12 "plugins": {
13 "description": "add/remove CLI plugins"
14 }
15 }
16 },
17 "dependencies": {
18 "@heroku-cli/color": "^1.1.1",
19 "assync": "^1.0.4",
20 "cli-ux": "^2.0.21",
21 "cross-spawn": "^5.1.0",
22 "debug": "^3.1.0",
23 "filesize": "^3.5.11",
24 "fs-extra": "^5.0.0",
25 "globby": "^7.1.1",
26 "graceful-fs": "^4.1.11",
27 "http-call": "^4.0.8",
28 "klaw": "^2.1.1",
29 "log-chopper": "^1.0.2",
30 "moment": "^2.20.1",
31 "rwlockfile": "^2.0.19",
32 "semver": "5.4.1",
33 "string-similarity": "^1.2.0",
34 "strip-ansi": "4.0.0",
35 "ts-lodash": "4.0.11",
36 "yarn": "^1.3.2"
37 },
38 "devDependencies": {
39 "@cli-engine/command": "^12.1.0",
40 "@cli-engine/config": "^5.1.0",
41 "@cli-engine/util": "^1.2.11",
42 "@heroku-cli/command": "^7.0.13",
43 "@heroku-cli/tslint": "^1.1.4",
44 "@types/ansi-styles": "^2.0.30",
45 "@types/chalk": "^2.2.0",
46 "@types/debug": "^0.0.30",
47 "@types/execa": "^0.8.1",
48 "@types/fs-extra": "5.0.0",
49 "@types/globby": "^6.1.0",
50 "@types/graceful-fs": "4.1.2",
51 "@types/jest": "22.0.1",
52 "@types/klaw": "2.1.1",
53 "@types/lodash": "4.14.92",
54 "@types/nock": "9.1.1",
55 "@types/node": "9.3.0",
56 "@types/semver": "5.4.0",
57 "@types/strip-ansi": "3.0.0",
58 "@types/supports-color": "3.1.0",
59 "execa": "^0.8.0",
60 "husky": "^0.14.3",
61 "jest": "^22.0.5",
62 "nock": "^9.1.6",
63 "prettier": "1.10.1",
64 "tar-fs": "^1.16.0",
65 "ts-jest": "^22.0.1",
66 "ts-node": "4.1.0",
67 "tslint": "^5.9.0",
68 "typescript": "2.6.2"
69 },
70 "engines": {
71 "node": ">= 6.0.0"
72 },
73 "enginestrict": true,
74 "files": [
75 "lib"
76 ],
77 "homepage": "https://github.com/heroku/cli-engine",
78 "keywords": [
79 "cli"
80 ],
81 "license": "ISC",
82 "main": "lib/cli.js",
83 "repository": "https://github.com/heroku/cli-engine",
84 "scripts": {
85 "precommit": "cli-engine-util",
86 "prepare": "cli-engine-util",
87 "test": "cli-engine-util --runInBand"
88 },
89 "types": "lib/cli.d.ts"
90}