{
  "name": "@heroku-cli/plugin-addons-v5",
  "description": "`heroku addons:*` commands",
  "version": "8.4.0",
  "author": "Bo Jeanes @bjeanes",
  "bugs": "https://github.com/heroku/cli/issues",
  "cli-engine": {
    "bin": "heroku",
    "topics": {
      "addons": {
        "description": "tools and services for developing, extending, and operating your app"
      }
    },
    "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/addons-v5/<%- commandPath %>"
  },
  "dependencies": {
    "@heroku-cli/notifications": "^1.2.2",
    "heroku-cli-util": "^8.0.11",
    "lodash": "^4.17.11",
    "printf": "0.6.1"
  },
  "devDependencies": {
    "@oclif/core": "^1.26.2",
    "@oclif/plugin-legacy": "^1.3.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "heroku-client": "^3.0.7",
    "lolex": "^3.1.0",
    "mocha": "^5.2.0",
    "nock": "9.0.13",
    "nyc": "^15.1.0",
    "oclif": "3.11.3",
    "proxyquire": "^2.1.0",
    "sinon": "^6.3.5",
    "theredoc": "^1.0.0"
  },
  "files": [
    "oclif.manifest.json",
    "index.js",
    "lib",
    "commands"
  ],
  "homepage": "https://github.com/heroku/cli/tree/main/packages/addons-v5",
  "keywords": [
    "heroku-plugin"
  ],
  "license": "ISC",
  "main": "index.js",
  "repository": "heroku/cli",
  "scripts": {
    "lint": "eslint . --ext .js --config ../../.eslintrc --ignore-path ../../.eslintignore",
    "postpublish": "rm oclif.manifest.json",
    "posttest": "yarn lint",
    "prepack": "oclif manifest",
    "release": "np",
    "test": "mocha --forbid-only \"test/**/*.unit.test.js\"",
    "version": "oclif readme && git add README.md"
  },
  "gitHead": "15952b9a8635a3dc624b32b30f7c83748bdf5e16"
}
