UNPKG

5.59 kBJSONView Raw
1{
2 "name": "heroku-cli",
3 "description": "CLI to interact with Heroku",
4 "version": "7.0.7",
5 "author": "Jeff Dickey @jdxcode",
6 "bin": {
7 "heroku": "./bin/run"
8 },
9 "bugs": "https://github.com/heroku/cli/issues",
10 "dependencies": {
11 "@heroku-cli/color": "^1.1.3",
12 "@heroku-cli/command": "^8.0.5",
13 "@heroku-cli/plugin-addons": "^1.2.28",
14 "@heroku-cli/plugin-apps": "^2.4.37",
15 "@heroku-cli/plugin-auth": "^0.1.3",
16 "@heroku-cli/plugin-certs": "^1.1.48",
17 "@heroku-cli/plugin-ci": "^1.9.10",
18 "@heroku-cli/plugin-config": "^1.0.0",
19 "@heroku-cli/plugin-container-registry": "^4.4.13",
20 "@heroku-cli/plugin-git": "^2.5.28",
21 "@heroku-cli/plugin-local": "^5.1.24",
22 "@heroku-cli/plugin-oauth": "^2.3.1",
23 "@heroku-cli/plugin-orgs": "^1.7.5",
24 "@heroku-cli/plugin-pg": "^2.9.8",
25 "@heroku-cli/plugin-pipelines": "^2.5.7",
26 "@heroku-cli/plugin-ps": "^1.0.1",
27 "@heroku-cli/plugin-ps-exec": "^2.3.4",
28 "@heroku-cli/plugin-redis": "^1.3.2",
29 "@heroku-cli/plugin-run": "^3.6.0",
30 "@heroku-cli/plugin-spaces": "^2.12.2",
31 "@heroku-cli/plugin-status": "^5.0.10",
32 "@heroku-cli/plugin-webhooks": "^1.1.2",
33 "@oclif/command": "^1.4.15",
34 "@oclif/config": "^1.6.13",
35 "@oclif/plugin-help": "^1.2.5",
36 "@oclif/plugin-legacy": "^1.0.11",
37 "@oclif/plugin-not-found": "^1.0.6",
38 "@oclif/plugin-plugins": "^1.1.3",
39 "@oclif/plugin-update": "^1.1.17",
40 "@oclif/plugin-warn-if-update-available": "^1.3.3",
41 "cli-flags": "^2.0.7",
42 "cli-ux": "3.4.1",
43 "debug": "3.1.0",
44 "execa": "^0.10.0",
45 "fs-extra": "5.0.0",
46 "http-call": "5.1.0",
47 "netrc-parser": "3.1.4",
48 "semver": "5.5.0",
49 "tar-fs": "^1.16.0",
50 "ts-lodash": "^4.0.11",
51 "tslib": "^1.9.0",
52 "uuid": "^3.2.1"
53 },
54 "devDependencies": {
55 "@oclif/dev-cli": "^1.13.6",
56 "@oclif/test": "^1.0.5",
57 "@oclif/tslint": "^1.1.0",
58 "@types/ansi-styles": "^2.0.30",
59 "@types/chai": "^4.1.3",
60 "@types/debug": "^0.0.30",
61 "@types/execa": "^0.9.0",
62 "@types/fs-extra": "5.0.2",
63 "@types/glob": "^5.0.35",
64 "@types/lodash": "^4.14.107",
65 "@types/mocha": "^5.2.0",
66 "@types/nock": "9.1.3",
67 "@types/node": "^9.6.6",
68 "@types/supports-color": "5.3.0",
69 "@types/write-json-file": "^2.2.1",
70 "aws-sdk": "^2.227.1",
71 "chai": "^4.1.2",
72 "lodash": "^4.17.5",
73 "mocha": "^5.1.1",
74 "nock": "9.2.5",
75 "qqjs": "^0.3.7",
76 "read-pkg": "^3.0.0",
77 "ts-node": "6.0.0",
78 "tslint": "^5.9.1",
79 "typescript": "^2.8.3"
80 },
81 "engineStrict": true,
82 "engines": {
83 "node": ">=8.3.0"
84 },
85 "files": [
86 ".oclif.manifest.json",
87 "/bin",
88 "/lib",
89 "/yarn.lock"
90 ],
91 "homepage": "https://cli.heroku.com",
92 "keywords": [
93 "heroku",
94 "heroku-cli-plugin"
95 ],
96 "license": "ISC",
97 "main": "lib/index.js",
98 "oclif": {
99 "commands": "./lib/commands",
100 "plugins": [
101 "@oclif/plugin-legacy",
102 "@heroku-cli/plugin-addons",
103 "@heroku-cli/plugin-apps",
104 "@heroku-cli/plugin-auth",
105 "@heroku-cli/plugin-certs",
106 "@heroku-cli/plugin-ci",
107 "@heroku-cli/plugin-config",
108 "@heroku-cli/plugin-container-registry",
109 "@heroku-cli/plugin-git",
110 "@heroku-cli/plugin-local",
111 "@heroku-cli/plugin-oauth",
112 "@heroku-cli/plugin-orgs",
113 "@heroku-cli/plugin-pg",
114 "@heroku-cli/plugin-pipelines",
115 "@heroku-cli/plugin-ps",
116 "@heroku-cli/plugin-ps-exec",
117 "@heroku-cli/plugin-redis",
118 "@heroku-cli/plugin-run",
119 "@heroku-cli/plugin-spaces",
120 "@heroku-cli/plugin-status",
121 "@heroku-cli/plugin-webhooks",
122 "@oclif/plugin-help",
123 "@oclif/plugin-not-found",
124 "@oclif/plugin-plugins",
125 "@oclif/plugin-update",
126 "@oclif/plugin-warn-if-update-available"
127 ],
128 "bin": "heroku",
129 "dirname": "heroku",
130 "scope": "heroku-cli",
131 "npmRegistry": "https://cli-npm.heroku.com",
132 "macos": {
133 "sign": "Developer ID Installer: Heroku INC",
134 "identifier": "com.heroku.cli"
135 },
136 "topics": {
137 "2fa": {
138 "description": "two-factor authentication",
139 "hidden": true
140 },
141 "stack": {
142 "description": "list available stacks",
143 "hidden": true
144 },
145 "twofactor": {
146 "description": "two-factor authentication",
147 "hidden": true
148 },
149 "outbound-rules": {
150 "description": "space outbound IP rules",
151 "hidden": true
152 }
153 },
154 "hooks": {
155 "init": [
156 "./lib/hooks/init/plugin_migrate"
157 ],
158 "prerun": [
159 "./lib/hooks/prerun/analytics"
160 ],
161 "update": [
162 "./lib/hooks/update/brew",
163 "./lib/hooks/update/analytics",
164 "./lib/hooks/update/tidy",
165 "./lib/hooks/update/completions"
166 ]
167 },
168 "update": {
169 "node": {
170 "version": "9.11.1",
171 "targets": [
172 "darwin-x64",
173 "linux-x64",
174 "linux-x86",
175 "win32-x64",
176 "win32-x86"
177 ]
178 },
179 "s3": {
180 "xz": true,
181 "bucket": "heroku-cli-assets",
182 "host": "https://cli-assets.heroku.com"
183 }
184 }
185 },
186 "repository": "heroku/cli",
187 "scripts": {
188 "build": "rm -rf lib && tsc",
189 "postpublish": "rm -f .oclif.manifest.json",
190 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
191 "prepack": "yarn run build && oclif-dev manifest",
192 "prepublishOnly": "yarn run prepack",
193 "test": "mocha --forbid-only \"test/**/*.test.ts\"",
194 "version": "oclif-dev readme && git add README.md"
195 },
196 "types": "lib/index.d.ts"
197}