UNPKG

8.2 kBJSONView Raw
1{
2 "name": "heroku",
3 "description": "CLI to interact with Heroku",
4 "version": "7.18.8",
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.1",
13 "@heroku-cli/plugin-addons-v5": "^7.18.6",
14 "@heroku-cli/plugin-apps-v5": "^7.18.6",
15 "@heroku-cli/plugin-auth": "^7.18.7",
16 "@heroku-cli/plugin-autocomplete": "^7.18.7",
17 "@heroku-cli/plugin-buildpacks": "^7.18.6",
18 "@heroku-cli/plugin-certs": "^7.18.7",
19 "@heroku-cli/plugin-certs-v5": "^7.18.8",
20 "@heroku-cli/plugin-ci": "^7.18.8",
21 "@heroku-cli/plugin-ci-v5": "^7.18.6",
22 "@heroku-cli/plugin-config": "^7.18.7",
23 "@heroku-cli/plugin-container-registry-v5": "^7.18.6",
24 "@heroku-cli/plugin-git": "^7.18.7",
25 "@heroku-cli/plugin-local-v5": "^7.18.6",
26 "@heroku-cli/plugin-oauth-v5": "^7.18.6",
27 "@heroku-cli/plugin-orgs-v5": "^7.18.6",
28 "@heroku-cli/plugin-pg-v5": "^7.18.6",
29 "@heroku-cli/plugin-pipelines-v5": "^7.18.8",
30 "@heroku-cli/plugin-ps": "^7.18.8",
31 "@heroku-cli/plugin-ps-exec": "2.3.5",
32 "@heroku-cli/plugin-redis-v5": "^7.18.6",
33 "@heroku-cli/plugin-run-v5": "^7.18.6",
34 "@heroku-cli/plugin-spaces": "^7.18.6",
35 "@heroku-cli/plugin-status": "^7.18.7",
36 "@heroku-cli/plugin-webhooks-v5": "^7.18.8",
37 "@oclif/command": "1.5.5",
38 "@oclif/config": "1.9.0",
39 "@oclif/errors": "1.2.2",
40 "@oclif/plugin-commands": "^1.2.2",
41 "@oclif/plugin-help": "2.1.4",
42 "@oclif/plugin-legacy": "1.1.3",
43 "@oclif/plugin-not-found": "1.2.2",
44 "@oclif/plugin-plugins": "1.7.3",
45 "@oclif/plugin-update": "1.3.7",
46 "@oclif/plugin-warn-if-update-available": "1.5.4",
47 "@oclif/plugin-which": "1.0.3",
48 "cli-ux": "4.9.3",
49 "debug": "4.1.0",
50 "execa": "1.0.0",
51 "fs-extra": "7.0.1",
52 "http-call": "5.2.2",
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.19.4",
60 "@oclif/test": "^1.2.2",
61 "@oclif/tslint": "^3.1.1",
62 "@types/ansi-styles": "^3.2.1",
63 "@types/chai": "^4.1.7",
64 "@types/debug": "^0.0.31",
65 "@types/execa": "^0.9.0",
66 "@types/fs-extra": "^5.0.4",
67 "@types/glob": "^7.1.1",
68 "@types/lodash": "^4.14.118",
69 "@types/mocha": "^5.2.5",
70 "@types/nock": "^9.3.0",
71 "@types/node": "^10.12.5",
72 "@types/supports-color": "^5.3.0",
73 "@types/write-json-file": "^2.2.1",
74 "aws-sdk": "^2.354.0",
75 "chai": "^4.2.0",
76 "lerna": "^3.4.3",
77 "lodash": "^4.17.11",
78 "mocha": "^5.2.0",
79 "nock": "^9.3.2",
80 "qqjs": "^0.3.10",
81 "read-pkg": "^4.0.1",
82 "ts-node": "^7.0.1",
83 "tslint": "^5.11.0",
84 "typescript": "^3.1.6"
85 },
86 "engines": {
87 "node": ">=8.3.0"
88 },
89 "files": [
90 "/oclif.manifest.json",
91 "/bin",
92 "/lib",
93 "/npm-shrinkwrap.json",
94 "/yarn.lock"
95 ],
96 "homepage": "https://cli.heroku.com",
97 "keywords": [
98 "heroku",
99 "heroku-cli-plugin"
100 ],
101 "license": "ISC",
102 "main": "lib/index.js",
103 "oclif": {
104 "commands": "./lib/commands",
105 "plugins": [
106 "@oclif/plugin-legacy",
107 "@heroku-cli/plugin-addons-v5",
108 "@heroku-cli/plugin-apps-v5",
109 "@heroku-cli/plugin-auth",
110 "@heroku-cli/plugin-autocomplete",
111 "@heroku-cli/plugin-buildpacks",
112 "@heroku-cli/plugin-certs",
113 "@heroku-cli/plugin-certs-v5",
114 "@heroku-cli/plugin-ci-v5",
115 "@heroku-cli/plugin-ci",
116 "@heroku-cli/plugin-config",
117 "@heroku-cli/plugin-container-registry-v5",
118 "@heroku-cli/plugin-git",
119 "@heroku-cli/plugin-local-v5",
120 "@heroku-cli/plugin-oauth-v5",
121 "@heroku-cli/plugin-orgs-v5",
122 "@heroku-cli/plugin-pg-v5",
123 "@heroku-cli/plugin-pipelines-v5",
124 "@heroku-cli/plugin-ps",
125 "@heroku-cli/plugin-ps-exec",
126 "@heroku-cli/plugin-redis-v5",
127 "@heroku-cli/plugin-run-v5",
128 "@heroku-cli/plugin-spaces",
129 "@heroku-cli/plugin-status",
130 "@heroku-cli/plugin-webhooks-v5",
131 "@oclif/plugin-commands",
132 "@oclif/plugin-help",
133 "@oclif/plugin-not-found",
134 "@oclif/plugin-plugins",
135 "@oclif/plugin-update",
136 "@oclif/plugin-warn-if-update-available",
137 "@oclif/plugin-which"
138 ],
139 "bin": "heroku",
140 "dirname": "heroku",
141 "scope": "heroku-cli",
142 "npmRegistry": "https://registry.npmjs.org",
143 "macos": {
144 "sign": "Developer ID Installer: Heroku INC",
145 "identifier": "com.heroku.cli"
146 },
147 "topics": {
148 "2fa": {
149 "description": "two-factor authentication",
150 "hidden": true
151 },
152 "apps": {
153 "description": "manage apps on Heroku"
154 },
155 "buildpacks": {
156 "description": "scripts used to compile apps"
157 },
158 "certs": {
159 "description": "SSL certificates"
160 },
161 "ci": {
162 "description": "test runner for Heroku Pipelines"
163 },
164 "commands": {
165 "hidden": true
166 },
167 "config": {
168 "description": "environment variables of apps"
169 },
170 "container": {
171 "description": "deploy your Docker-based app to Heroku"
172 },
173 "domains": {
174 "description": "custom domains for apps"
175 },
176 "drains": {
177 "description": "forward logs to syslog or HTTPS"
178 },
179 "dyno": {
180 "hidden": true
181 },
182 "features": {
183 "description": "add/remove app features"
184 },
185 "git": {
186 "description": "set git remote and clone Heroku repository"
187 },
188 "keys": {
189 "description": "add/remove account ssh keys"
190 },
191 "labs": {
192 "description": "add/remove experimental features"
193 },
194 "local": {
195 "description": "run Heroku app locally"
196 },
197 "maintenance": {
198 "description": "enable/disable access to app"
199 },
200 "outbound-rules": {
201 "description": "space outbound IP rules",
202 "hidden": true
203 },
204 "ps": {
205 "description": "manage app dynos"
206 },
207 "stack": {
208 "description": "list available stacks",
209 "hidden": true
210 },
211 "twofactor": {
212 "description": "two-factor authentication",
213 "hidden": true
214 },
215 "update": {
216 "description": "update the Heroku CLI"
217 },
218 "which": {
219 "hidden": true
220 }
221 },
222 "hooks": {
223 "init": [
224 "./lib/hooks/init/refresh",
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.1.0"
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-skynet-cli": "@heroku/skynet",
264 "heroku-splunk": "@heroku/splunk",
265 "heroku-sudo": "@heroku/sudo",
266 "heroku-webhooks": null,
267 "sudo": "@heroku/sudo"
268 }
269 },
270 "repository": "heroku/cli",
271 "scripts": {
272 "build": "rm -rf lib && tsc",
273 "postpublish": "rm -f oclif.manifest.json",
274 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
275 "prepack": "yarn run build && oclif-dev manifest",
276 "test": "mocha --forbid-only \"test/**/*.test.ts\"",
277 "version": "oclif-dev readme --multi && git add README.md ../../docs"
278 },
279 "types": "lib/index.d.ts"
280}