UNPKG

5.37 kBJSONView Raw
1{
2 "name": "heroku",
3 "description": "CLI to interact with Heroku",
4 "version": "7.0.24",
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.7",
13 "@heroku-cli/plugin-addons": "^1.2.28",
14 "@heroku-cli/plugin-apps": "^2.4.39",
15 "@heroku-cli/plugin-auth": "^0.1.3",
16 "@heroku-cli/plugin-certs": "^1.2.1",
17 "@heroku-cli/plugin-ci": "^1.9.11",
18 "@heroku-cli/plugin-config": "^1.0.3",
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.10",
25 "@heroku-cli/plugin-pipelines": "^2.5.8",
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.2",
30 "@heroku-cli/plugin-spaces": "^2.12.2",
31 "@heroku-cli/plugin-status": "^5.0.10",
32 "@heroku-cli/plugin-webhooks": "^1.2.0",
33 "@oclif/command": "^1.4.20",
34 "@oclif/config": "^1.6.17",
35 "@oclif/plugin-help": "^1.2.10",
36 "@oclif/plugin-legacy": "^1.0.14",
37 "@oclif/plugin-not-found": "^1.0.9",
38 "@oclif/plugin-plugins": "^1.1.7",
39 "@oclif/plugin-update": "^1.1.21",
40 "@oclif/plugin-warn-if-update-available": "^1.3.8",
41 "cli-ux": "3.4.1",
42 "debug": "3.1.0",
43 "execa": "^0.10.0",
44 "fs-extra": "6.0.0",
45 "http-call": "5.1.1",
46 "netrc-parser": "3.1.4",
47 "semver": "5.5.0",
48 "tslib": "^1.9.0",
49 "uuid": "^3.2.1"
50 },
51 "devDependencies": {
52 "@oclif/dev-cli": "^1.13.15",
53 "@oclif/test": "^1.0.6",
54 "@oclif/tslint": "^1.1.0",
55 "@types/ansi-styles": "^2.0.30",
56 "@types/chai": "^4.1.3",
57 "@types/debug": "^0.0.30",
58 "@types/execa": "^0.9.0",
59 "@types/fs-extra": "5.0.2",
60 "@types/glob": "^5.0.35",
61 "@types/lodash": "^4.14.107",
62 "@types/mocha": "^5.2.0",
63 "@types/nock": "9.1.3",
64 "@types/node": "^10.0.3",
65 "@types/supports-color": "5.3.0",
66 "@types/write-json-file": "^2.2.1",
67 "aws-sdk": "^2.232.1",
68 "chai": "^4.1.2",
69 "lodash": "^4.17.10",
70 "mocha": "^5.1.1",
71 "nock": "9.2.5",
72 "qqjs": "^0.3.8",
73 "read-pkg": "^3.0.0",
74 "ts-node": "6.0.2",
75 "tslint": "^5.9.1",
76 "typescript": "^2.8.3"
77 },
78 "engineStrict": true,
79 "engines": {
80 "node": ">=8.3.0"
81 },
82 "files": [
83 "/oclif.manifest.json",
84 "/bin",
85 "/lib",
86 "/yarn.lock"
87 ],
88 "homepage": "https://cli.heroku.com",
89 "keywords": [
90 "heroku",
91 "heroku-cli-plugin"
92 ],
93 "license": "ISC",
94 "main": "lib/index.js",
95 "oclif": {
96 "commands": "./lib/commands",
97 "plugins": [
98 "@oclif/plugin-legacy",
99 "@heroku-cli/plugin-addons",
100 "@heroku-cli/plugin-apps",
101 "@heroku-cli/plugin-auth",
102 "@heroku-cli/plugin-certs",
103 "@heroku-cli/plugin-ci",
104 "@heroku-cli/plugin-config",
105 "@heroku-cli/plugin-container-registry",
106 "@heroku-cli/plugin-git",
107 "@heroku-cli/plugin-local",
108 "@heroku-cli/plugin-oauth",
109 "@heroku-cli/plugin-orgs",
110 "@heroku-cli/plugin-pg",
111 "@heroku-cli/plugin-pipelines",
112 "@heroku-cli/plugin-ps",
113 "@heroku-cli/plugin-ps-exec",
114 "@heroku-cli/plugin-redis",
115 "@heroku-cli/plugin-run",
116 "@heroku-cli/plugin-spaces",
117 "@heroku-cli/plugin-status",
118 "@heroku-cli/plugin-webhooks",
119 "@oclif/plugin-help",
120 "@oclif/plugin-not-found",
121 "@oclif/plugin-plugins",
122 "@oclif/plugin-update",
123 "@oclif/plugin-warn-if-update-available"
124 ],
125 "bin": "heroku",
126 "dirname": "heroku",
127 "scope": "heroku-cli",
128 "npmRegistry": "https://cli-npm.heroku.com",
129 "macos": {
130 "sign": "Developer ID Installer: Heroku INC",
131 "identifier": "com.heroku.cli"
132 },
133 "topics": {
134 "2fa": {
135 "description": "two-factor authentication",
136 "hidden": true
137 },
138 "stack": {
139 "description": "list available stacks",
140 "hidden": true
141 },
142 "twofactor": {
143 "description": "two-factor authentication",
144 "hidden": true
145 },
146 "outbound-rules": {
147 "description": "space outbound IP rules",
148 "hidden": true
149 }
150 },
151 "hooks": {
152 "init": [
153 "./lib/hooks/init/plugin_migrate"
154 ],
155 "prerun": [
156 "./lib/hooks/prerun/analytics"
157 ],
158 "update": [
159 "./lib/hooks/update/brew",
160 "./lib/hooks/update/analytics",
161 "./lib/hooks/update/tidy",
162 "./lib/hooks/update/completions"
163 ]
164 },
165 "update": {
166 "node": {
167 "version": "10.0.0"
168 },
169 "s3": {
170 "xz": true,
171 "bucket": "heroku-cli-assets",
172 "host": "https://cli-assets.heroku.com"
173 }
174 }
175 },
176 "repository": "heroku/cli",
177 "scripts": {
178 "build": "rm -rf lib && tsc",
179 "postpublish": "rm -f oclif.manifest.json",
180 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
181 "prepack": "yarn run build && oclif-dev manifest",
182 "prepublishOnly": "yarn run prepack",
183 "test": "mocha --forbid-only \"test/**/*.test.ts\"",
184 "version": "oclif-dev readme && git add README.md"
185 },
186 "types": "lib/index.d.ts"
187}