UNPKG

2.17 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-buildpacks",
3 "version": "7.21.0",
4 "author": "Terence Lee @hone",
5 "bugs": "https://github.com/heroku/cli/issues",
6 "dependencies": {
7 "@heroku-cli/color": "^1.1.14",
8 "@heroku-cli/command": "^8.2.6",
9 "@heroku/buildpack-registry": "^1.0.1",
10 "@oclif/config": "^1.12.6",
11 "@oclif/plugin-legacy": "^1.1.3",
12 "cli-ux": "^4.9.3",
13 "heroku-cli-util": "^8.0.11",
14 "http-call": "^5.2.3",
15 "lodash": "^4.17.11",
16 "true-myth": "2.2.3",
17 "valid-url": "^1.0.9"
18 },
19 "devDependencies": {
20 "@fancy-test/nock": "^0.1.1",
21 "@oclif/dev-cli": "^1.21.0",
22 "@oclif/plugin-help": "^2.1.6",
23 "@oclif/test": "^1.2.4",
24 "@oclif/tslint": "^3.1.1",
25 "@types/ansi-styles": "^3.2.1",
26 "@types/chai": "^4.1.7",
27 "@types/lodash": "^4.14.120",
28 "@types/mocha": "^5",
29 "@types/nock": "^9.3.1",
30 "@types/node": "^10.12.24",
31 "@types/node-fetch": "^2.1.6",
32 "@types/supports-color": "^5.3.0",
33 "chai": "^4.2.0",
34 "globby": "^9.0.0",
35 "mocha": "^5",
36 "nock": "^10.0.6",
37 "nyc": "^13.2.0",
38 "tmp": "^0.0.33",
39 "ts-node": "^8.0.2",
40 "tslib": "^1",
41 "tslint": "^5",
42 "typescript": "3.3.3"
43 },
44 "engines": {
45 "node": ">=8.0.0"
46 },
47 "files": [
48 "/lib",
49 "/npm-shrinkwrap.json",
50 "/oclif.manifest.json",
51 "/yarn.lock"
52 ],
53 "homepage": "https://github.com/heroku/cli",
54 "keywords": [
55 "oclif-plugin"
56 ],
57 "license": "MIT",
58 "oclif": {
59 "commands": "./lib/commands",
60 "bin": "heroku",
61 "devPlugins": [
62 "@oclif/plugin-help"
63 ],
64 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/buildpacks/<%- commandPath %>"
65 },
66 "repository": "heroku/cli",
67 "scripts": {
68 "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
69 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
70 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme && npm shrinkwrap",
71 "prepare": "rm -rf lib && tsc",
72 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
73 "version": "oclif-dev readme && git add README.md"
74 },
75 "gitHead": "7c7e90b6452b775288892fbc5cdd799d869c0755"
76}