UNPKG

1.95 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-apps",
3 "version": "7.39.2",
4 "author": "Brett @brettgoulder",
5 "bugs": "https://github.com/heroku/heroku-cli-plugin-apps/issues",
6 "dependencies": {
7 "@heroku-cli/color": "^1.1.14",
8 "@heroku-cli/command": "^8.3.0",
9 "@heroku-cli/schema": "^1.0.25",
10 "@oclif/command": "^1",
11 "@oclif/config": "^1",
12 "cli-ux": "^5.3.2",
13 "inquirer": "^7.0.1",
14 "shell-escape": "^0.2.0",
15 "tslib": "^1",
16 "urijs": "^1.19.1"
17 },
18 "devDependencies": {
19 "@fancy-test/nock": "^0.1.1",
20 "@oclif/dev-cli": "^1",
21 "@oclif/plugin-help": "^2",
22 "@oclif/test": "^1",
23 "@types/chai": "^4",
24 "@types/mocha": "^5",
25 "@types/node": "^10",
26 "@types/shell-escape": "^0.2.0",
27 "@types/supports-color": "^5.3.0",
28 "@types/urijs": "^1.19.4",
29 "chai": "^4",
30 "eslint": "^6.7.1",
31 "eslint-config-oclif": "^3.1.0",
32 "eslint-config-oclif-typescript": "^0.1.0",
33 "globby": "^10",
34 "mocha": "^5",
35 "nyc": "^13",
36 "ts-node": "^8",
37 "typescript": "3.7.5"
38 },
39 "engines": {
40 "node": ">=8.0.0"
41 },
42 "files": [
43 "/lib",
44 "/npm-shrinkwrap.json",
45 "/oclif.manifest.json",
46 "/yarn.lock"
47 ],
48 "homepage": "https://github.com/heroku/heroku-cli-plugin-apps",
49 "keywords": [
50 "heroku-plugin"
51 ],
52 "license": "MIT",
53 "oclif": {
54 "commands": "./lib/commands",
55 "bin": "heroku",
56 "devPlugins": [
57 "@oclif/plugin-help"
58 ]
59 },
60 "repository": "heroku/heroku-cli-plugin-apps",
61 "scripts": {
62 "postpack": "rm -f oclif.manifest.json",
63 "lint": "eslint . --ext .ts --config .eslintrc",
64 "pretest": "tsc -p test --noEmit",
65 "posttest": "yarn lint",
66 "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
67 "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
68 "version": "oclif-dev readme && git add README.md"
69 },
70 "gitHead": "ae094f9c48d41d4c241a7626c1a2dc1c8bce9edf"
71}