UNPKG

2.08 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-buildpacks",
3 "version": "8.0.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": "^9.0.1",
9 "@heroku/buildpack-registry": "^1.0.1",
10 "@oclif/core": "^1.21.0",
11 "heroku-cli-util": "^8.0.11",
12 "http-call": "^5.2.3",
13 "lodash": "^4.17.11",
14 "true-myth": "2.2.3",
15 "valid-url": "^1.0.9"
16 },
17 "devDependencies": {
18 "@oclif/test": "^2.2.20",
19 "@types/ansi-styles": "^3.2.1",
20 "@types/chai": "^4.1.7",
21 "@types/lodash": "^4.14.123",
22 "@types/mocha": "^5.2.6",
23 "@types/nock": "^9.3.1",
24 "@types/node": "^10.12.24",
25 "@types/node-fetch": "^2.1.6",
26 "@types/supports-color": "^5.3.0",
27 "chai": "^4.2.0",
28 "eslint": "^6.7.2",
29 "eslint-config-oclif": "^3.1.0",
30 "eslint-config-oclif-typescript": "^0.1.0",
31 "globby": "^9.0.0",
32 "mocha": "^5",
33 "nock": "^10.0.6",
34 "nyc": "^15.1.0",
35 "oclif": "3.6.1",
36 "tmp": "^0.0.33",
37 "ts-node": "^10.9.1",
38 "tslib": "^1",
39 "typescript": "4.8.4"
40 },
41 "engines": {
42 "node": ">=12.0.0"
43 },
44 "files": [
45 "/lib",
46 "/npm-shrinkwrap.json",
47 "/oclif.manifest.json",
48 "/yarn.lock"
49 ],
50 "homepage": "https://github.com/heroku/cli",
51 "keywords": [
52 "oclif-plugin"
53 ],
54 "license": "MIT",
55 "oclif": {
56 "additionalHelpFlags": [
57 "-h"
58 ],
59 "additionalVersionFlags": [
60 "-v"
61 ],
62 "commands": "./lib/commands",
63 "bin": "heroku",
64 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/buildpacks/<%- commandPath %>"
65 },
66 "repository": "heroku/cli",
67 "scripts": {
68 "lint": "eslint . --ext .ts --config .eslintrc",
69 "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
70 "prepack": "rm -rf lib && tsc && oclif manifest",
71 "prepare": "rm -rf lib && tsc",
72 "pretest": "tsc -p test --noEmit",
73 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
74 "posttest": "yarn lint"
75 },
76 "gitHead": "c8737ca88c38731acc3e758b6d6a94eb4edf014b"
77}