UNPKG

1.95 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-config",
3 "version": "7.16.0",
4 "author": "Jeff Dickey @jdxcode",
5 "bugs": "https://github.com/heroku/cli/issues",
6 "dependencies": {
7 "@heroku-cli/color": "^1.1.10",
8 "@heroku-cli/command": "^8.1.29",
9 "@oclif/command": "^1.5.1",
10 "@oclif/config": "^1.7.6",
11 "cli-ux": "^4.8.2",
12 "edit-string": "^1.1.6",
13 "lodash": "^4.17.11",
14 "shell-quote": "^1.6.1"
15 },
16 "devDependencies": {
17 "@fancy-test/nock": "^0.1.1",
18 "@heroku-cli/schema": "^1.0.21",
19 "@oclif/dev-cli": "^1.18.1",
20 "@oclif/plugin-help": "^2.1.2",
21 "@oclif/test": "^1.2.1",
22 "@oclif/tslint": "^3.0.1",
23 "@types/chai": "^4.1.4",
24 "@types/fs-extra": "^5.0.4",
25 "@types/lodash": "^4.14.116",
26 "@types/mocha": "^5.2.5",
27 "@types/nock": "^9.3.0",
28 "@types/node": "^10.9.4",
29 "@types/supports-color": "^5.3.0",
30 "chai": "^4.1.2",
31 "globby": "^8",
32 "mocha": "^5.2.0",
33 "nock": "^9.3.3",
34 "nyc": "^13.0.1",
35 "ts-node": "^7.0.1",
36 "tslib": "^1.9.3",
37 "tslint": "^5.11.0",
38 "typescript": "^3.0.3"
39 },
40 "engines": {
41 "node": ">=8.0.0"
42 },
43 "files": [
44 "oclif.manifest.json",
45 "/lib"
46 ],
47 "homepage": "https://github.com/heroku/cli/tree/master/packages/config",
48 "keywords": [
49 "oclif-plugin"
50 ],
51 "license": "MIT",
52 "oclif": {
53 "commands": "./lib/commands",
54 "bin": "heroku",
55 "devPlugins": [
56 "@oclif/plugin-help"
57 ],
58 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/config/<%- commandPath %>"
59 },
60 "repository": "heroku/cli",
61 "scripts": {
62 "postpack": "rm -f oclif.manifest.json",
63 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
64 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
65 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
66 "version": "oclif-dev readme && git add README.md"
67 },
68 "gitHead": "425ee0a35135121d3d660f2d8c3cba107756fcf4"
69}