{ "name": "@heroku-cli/plugin-buildpacks", "version": "7.20.0", "author": "Terence Lee @hone", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { "@heroku-cli/color": "^1.1.14", "@heroku-cli/command": "^8.2.6", "@heroku/buildpack-registry": "^1.0.1", "@oclif/config": "^1.9.0", "@oclif/plugin-legacy": "^1.1.3", "cli-ux": "^4.9.3", "heroku-cli-util": "^8.0.11", "http-call": "^5.2.3", "lodash": "^4.17.11", "true-myth": "2.2.3", "valid-url": "^1.0.9" }, "devDependencies": { "@fancy-test/nock": "^0.1.1", "@oclif/dev-cli": "^1.19.5", "@oclif/plugin-help": "^2.1.4", "@oclif/test": "^1.2.2", "@oclif/tslint": "^3.1.1", "@types/ansi-styles": "^3.2.1", "@types/chai": "^4.1.7", "@types/lodash": "^4.14.119", "@types/mocha": "^5", "@types/nock": "^9.1.3", "@types/node": "^10.12.12", "@types/node-fetch": "^2.1.4", "@types/supports-color": "^5.3.0", "chai": "^4.2.0", "globby": "^8", "mocha": "^5", "nock": "^9.2.6", "nyc": "^13.1.0", "tmp": "^0.0.33", "ts-node": "^7.0.1", "tslib": "^1", "tslint": "^5", "typescript": "3.2.1" }, "engines": { "node": ">=8.0.0" }, "files": [ "/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json", "/yarn.lock" ], "homepage": "https://github.com/heroku/cli", "keywords": [ "oclif-plugin" ], "license": "MIT", "oclif": { "commands": "./lib/commands", "bin": "heroku", "devPlugins": [ "@oclif/plugin-help" ], "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/buildpacks/<%- commandPath %>" }, "repository": "heroku/cli", "scripts": { "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json", "posttest": "tsc -p test --noEmit && tslint -p test -t stylish", "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme && npm shrinkwrap", "prepare": "rm -rf lib && tsc", "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" }, "gitHead": "fe3f4ebe553c32038e782f8a1c8fd1e824b895d2" }