{ "name": "@heroku-cli/plugin-config", "version": "7.20.0", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { "@heroku-cli/color": "^1.1.14", "@heroku-cli/command": "^8.2.6", "@oclif/command": "^1.5.5", "@oclif/config": "^1.9.0", "cli-ux": "^4.9.3", "edit-string": "^1.1.6", "lodash": "^4.17.11", "shell-quote": "^1.6.1" }, "devDependencies": { "@fancy-test/nock": "^0.1.1", "@heroku-cli/schema": "^1.0.23", "@oclif/dev-cli": "^1.19.5", "@oclif/plugin-help": "^2.1.4", "@oclif/test": "^1.2.2", "@oclif/tslint": "^3.1.1", "@types/chai": "^4.1.7", "@types/fs-extra": "^5.0.4", "@types/lodash": "^4.14.119", "@types/mocha": "^5.2.5", "@types/nock": "^9.3.0", "@types/node": "^10.12.12", "@types/supports-color": "^5.3.0", "chai": "^4.2.0", "globby": "^8", "mocha": "^5.2.0", "nock": "^9.3.3", "nyc": "^13.1.0", "ts-node": "^7.0.1", "tslib": "^1.9.3", "tslint": "^5.11.0", "typescript": "3.2.1" }, "engines": { "node": ">=8.0.0" }, "files": [ "oclif.manifest.json", "/lib" ], "homepage": "https://github.com/heroku/cli/tree/master/packages/config", "keywords": [ "oclif-plugin" ], "license": "MIT", "oclif": { "commands": "./lib/commands", "bin": "heroku", "devPlugins": [ "@oclif/plugin-help" ], "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/config/<%- commandPath %>" }, "repository": "heroku/cli", "scripts": { "postpack": "rm -f oclif.manifest.json", "posttest": "tsc -p test --noEmit && tslint -p test -t stylish", "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme", "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" }, "gitHead": "fe3f4ebe553c32038e782f8a1c8fd1e824b895d2" }