UNPKG

8.28 kBJSONView Raw
1{
2 "name": "heroku",
3 "description": "CLI to interact with Heroku",
4 "version": "7.22.6",
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.14",
12 "@heroku-cli/command": "^8.2.9",
13 "@heroku-cli/plugin-addons-v5": "^7.22.5",
14 "@heroku-cli/plugin-apps-v5": "^7.22.6",
15 "@heroku-cli/plugin-auth": "^7.22.6",
16 "@heroku-cli/plugin-autocomplete": "^7.22.6",
17 "@heroku-cli/plugin-buildpacks": "^7.22.6",
18 "@heroku-cli/plugin-certs": "^7.22.6",
19 "@heroku-cli/plugin-certs-v5": "^7.22.5",
20 "@heroku-cli/plugin-ci": "^7.22.6",
21 "@heroku-cli/plugin-ci-v5": "^7.22.6",
22 "@heroku-cli/plugin-config": "^7.22.6",
23 "@heroku-cli/plugin-container-registry-v5": "^7.22.5",
24 "@heroku-cli/plugin-git": "^7.22.6",
25 "@heroku-cli/plugin-local-v5": "^7.22.6",
26 "@heroku-cli/plugin-oauth-v5": "^7.22.5",
27 "@heroku-cli/plugin-orgs-v5": "^7.22.6",
28 "@heroku-cli/plugin-pg-v5": "^7.22.5",
29 "@heroku-cli/plugin-pipelines-v5": "^7.22.6",
30 "@heroku-cli/plugin-ps": "^7.22.6",
31 "@heroku-cli/plugin-ps-exec": "2.3.5",
32 "@heroku-cli/plugin-redis-v5": "^7.22.5",
33 "@heroku-cli/plugin-run-v5": "^7.22.6",
34 "@heroku-cli/plugin-spaces": "^7.22.6",
35 "@heroku-cli/plugin-status": "^7.22.6",
36 "@heroku-cli/plugin-webhooks-v5": "^7.22.6",
37 "@oclif/command": "1.5.11",
38 "@oclif/config": "1.12.10",
39 "@oclif/errors": "1.2.2",
40 "@oclif/plugin-commands": "^1.2.2",
41 "@oclif/plugin-help": "2.1.6",
42 "@oclif/plugin-legacy": "1.1.4",
43 "@oclif/plugin-not-found": "1.2.2",
44 "@oclif/plugin-plugins": "1.7.7",
45 "@oclif/plugin-update": "1.3.9",
46 "@oclif/plugin-warn-if-update-available": "1.7.0",
47 "@oclif/plugin-which": "1.0.3",
48 "cli-ux": "4.9.3",
49 "debug": "4.1.1",
50 "execa": "1.0.0",
51 "fs-extra": "7.0.1",
52 "http-call": "5.2.3",
53 "netrc-parser": "3.1.6",
54 "semver": "5.6.0",
55 "tslib": "1.9.3",
56 "uuid": "3.3.2"
57 },
58 "devDependencies": {
59 "@oclif/dev-cli": "^1.21.3",
60 "@oclif/test": "^1.2.4",
61 "@oclif/tslint": "^3.1.1",
62 "@types/ansi-styles": "^3.2.1",
63 "@types/chai": "^4.1.7",
64 "@types/debug": "^4.1.2",
65 "@types/execa": "^0.9.0",
66 "@types/fs-extra": "^5.0.5",
67 "@types/glob": "^7.1.1",
68 "@types/lodash": "^4.14.123",
69 "@types/mocha": "^5.2.6",
70 "@types/nock": "^9.3.1",
71 "@types/node": "^10.12.24",
72 "@types/supports-color": "^5.3.0",
73 "@types/write-json-file": "^2.2.1",
74 "aws-sdk": "^2.421.0",
75 "chai": "^4.2.0",
76 "lerna": "^3.13.1",
77 "lodash": "^4.17.11",
78 "mocha": "^5.2.0",
79 "nock": "^10.0.6",
80 "qqjs": "^0.3.10",
81 "read-pkg": "^4.0.1",
82 "sinon": "^7.2.4",
83 "ts-node": "^8.0.2",
84 "tslint": "^5.11.0",
85 "typescript": "3.3.3333"
86 },
87 "engines": {
88 "node": ">=8.3.0"
89 },
90 "files": [
91 "/oclif.manifest.json",
92 "/bin",
93 "/lib",
94 "/npm-shrinkwrap.json",
95 "/yarn.lock"
96 ],
97 "homepage": "https://cli.heroku.com",
98 "keywords": [
99 "heroku",
100 "heroku-cli-plugin"
101 ],
102 "license": "ISC",
103 "main": "lib/index.js",
104 "oclif": {
105 "commands": "./lib/commands",
106 "plugins": [
107 "@oclif/plugin-legacy",
108 "@heroku-cli/plugin-addons-v5",
109 "@heroku-cli/plugin-apps-v5",
110 "@heroku-cli/plugin-auth",
111 "@heroku-cli/plugin-autocomplete",
112 "@heroku-cli/plugin-buildpacks",
113 "@heroku-cli/plugin-certs",
114 "@heroku-cli/plugin-certs-v5",
115 "@heroku-cli/plugin-ci-v5",
116 "@heroku-cli/plugin-ci",
117 "@heroku-cli/plugin-config",
118 "@heroku-cli/plugin-container-registry-v5",
119 "@heroku-cli/plugin-git",
120 "@heroku-cli/plugin-local-v5",
121 "@heroku-cli/plugin-oauth-v5",
122 "@heroku-cli/plugin-orgs-v5",
123 "@heroku-cli/plugin-pg-v5",
124 "@heroku-cli/plugin-pipelines-v5",
125 "@heroku-cli/plugin-ps",
126 "@heroku-cli/plugin-ps-exec",
127 "@heroku-cli/plugin-redis-v5",
128 "@heroku-cli/plugin-run-v5",
129 "@heroku-cli/plugin-spaces",
130 "@heroku-cli/plugin-status",
131 "@heroku-cli/plugin-webhooks-v5",
132 "@oclif/plugin-commands",
133 "@oclif/plugin-help",
134 "@oclif/plugin-not-found",
135 "@oclif/plugin-plugins",
136 "@oclif/plugin-update",
137 "@oclif/plugin-warn-if-update-available",
138 "@oclif/plugin-which"
139 ],
140 "bin": "heroku",
141 "dirname": "heroku",
142 "scope": "heroku-cli",
143 "npmRegistry": "https://registry.npmjs.org",
144 "macos": {
145 "sign": "Developer ID Installer: Heroku INC",
146 "identifier": "com.heroku.cli"
147 },
148 "topics": {
149 "2fa": {
150 "description": "two-factor authentication",
151 "hidden": true
152 },
153 "apps": {
154 "description": "manage apps on Heroku"
155 },
156 "buildpacks": {
157 "description": "scripts used to compile apps"
158 },
159 "certs": {
160 "description": "SSL certificates"
161 },
162 "ci": {
163 "description": "test runner for Heroku Pipelines"
164 },
165 "commands": {
166 "hidden": true
167 },
168 "config": {
169 "description": "environment variables of apps"
170 },
171 "container": {
172 "description": "deploy your Docker-based app to Heroku"
173 },
174 "domains": {
175 "description": "custom domains for apps"
176 },
177 "drains": {
178 "description": "forward logs to syslog or HTTPS"
179 },
180 "dyno": {
181 "hidden": true
182 },
183 "features": {
184 "description": "add/remove app features"
185 },
186 "git": {
187 "description": "set git remote and clone Heroku repository"
188 },
189 "keys": {
190 "description": "add/remove account ssh keys"
191 },
192 "labs": {
193 "description": "add/remove experimental features"
194 },
195 "local": {
196 "description": "run Heroku app locally"
197 },
198 "maintenance": {
199 "description": "enable/disable access to app"
200 },
201 "outbound-rules": {
202 "description": "space outbound IP rules",
203 "hidden": true
204 },
205 "ps": {
206 "description": "manage app dynos"
207 },
208 "stack": {
209 "description": "list available stacks",
210 "hidden": true
211 },
212 "twofactor": {
213 "description": "two-factor authentication",
214 "hidden": true
215 },
216 "update": {
217 "description": "update the Heroku CLI"
218 },
219 "which": {
220 "hidden": true
221 }
222 },
223 "hooks": {
224 "init": [
225 "./lib/hooks/init/version"
226 ],
227 "prerun": [
228 "./lib/hooks/prerun/analytics"
229 ],
230 "update": [
231 "./lib/hooks/update/plugin-migrate",
232 "./lib/hooks/update/b",
233 "./lib/hooks/update/completions",
234 "./lib/hooks/update/tidy"
235 ]
236 },
237 "update": {
238 "node": {
239 "version": "11.10.1"
240 },
241 "s3": {
242 "xz": true,
243 "bucket": "heroku-cli-assets",
244 "host": "https://cli-assets.heroku.com"
245 }
246 },
247 "aliases": {
248 "@heroku-cli/config-edit": null,
249 "@heroku-cli/plugin-sudo": "@heroku/sudo",
250 "@heroku/plugin-sudo": "@heroku/sudo",
251 "heroku-api-plugin": "api",
252 "heroku-certs-acm": null,
253 "heroku-cli-api": "api",
254 "heroku-cli-autocomplete": "autocomplete",
255 "heroku-cli-buildpacks": "buildpack-registry",
256 "heroku-cli-config-edit": null,
257 "heroku-cli-deploy": "java",
258 "heroku-cli-java": "java",
259 "heroku-cli-plugin-generator": null,
260 "heroku-container-registry": null,
261 "heroku-event-log": "@heroku/event-log",
262 "heroku-pipelines": null,
263 "heroku-ps-wait": null,
264 "heroku-skynet-cli": "@heroku/skynet",
265 "heroku-splunk": "@heroku/splunk",
266 "heroku-sudo": "@heroku/sudo",
267 "heroku-webhooks": null,
268 "sudo": "@heroku/sudo"
269 }
270 },
271 "repository": "heroku/cli",
272 "scripts": {
273 "build": "rm -rf lib && tsc",
274 "postpublish": "rm -f oclif.manifest.json",
275 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
276 "prepack": "yarn run build && oclif-dev manifest",
277 "test": "mocha --forbid-only \"test/**/*.test.ts\"",
278 "version": "oclif-dev readme --multi && git add README.md ../../docs"
279 },
280 "types": "lib/index.d.ts",
281 "gitHead": "642c3a161dc041f754a5dbfd354a963ef38b137f"
282}