{
  "name": "heroku-api-plugin",
  "description": "access the Heroku API directly",
  "version": "2.1.7",
  "author": "Jeff Dickey @dickeyxxx",
  "bugs": {
    "url": "https://github.com/heroku/heroku-api-plugin/issues"
  },
  "dependencies": {
    "@heroku-cli/color": "^1.1.3",
    "@heroku-cli/command": "^8.0.0-oclif.2",
    "@oclif/command": "^1.3.1",
    "@oclif/config": "^1.3.55",
    "@oclif/errors": "^1.0.2",
    "cli-ux": "^3.3.23",
    "edit-string": "1.1.5",
    "fs-extra": "5.0.0",
    "get-stdin": "5.0.1",
    "http-call": "^5.0.2",
    "tmp": "0.0.33"
  },
  "devDependencies": {
    "@fancy-test/nock": "^0.1.0",
    "@oclif/test": "^1.0.1",
    "@oclif/tslint": "^1.0.2",
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.48",
    "@types/nock": "^9.1.2",
    "@types/node": "^9.4.6",
    "@types/supports-color": "^3.1.0",
    "globby": "^8.0.0",
    "mocha": "^5.0.1",
    "nock": "^9.1.6",
    "ts-node": "^4.1.0",
    "tslint": "^5.9.1",
    "typescript": "^2.7.2"
  },
  "files": [
    ".oclif.manifest.json",
    "lib"
  ],
  "homepage": "https://github.com/heroku/heroku-api-plugin",
  "keywords": [
    "heroku-plugin"
  ],
  "license": "ISC",
  "oclif": {
    "commands": "./lib/commands"
  },
  "repository": "heroku/heroku-api-plugin",
  "scripts": {
    "postpublish": "rm .oclif.manifest.json",
    "posttest": "tslint -p test && tsc --noEmit -p test",
    "prepare": "rm -rf lib && tsc",
    "prepublishOnly": "oclif-dev manifest",
    "test": "mocha test/**/*.test.ts"
  }
}
