{
  "name": "@heroku-cli/plugin-addons-admin",
  "description": "Heroku CLI plugin to help Heroku add-on providers integrate their services with Heroku.",
  "version": "4.0.1",
  "type": "module",
  "author": "Heroku",
  "bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues",
  "dependencies": {
    "@heroku-cli/command": "^13.0.0",
    "@heroku-cli/schema": "^1.0.25",
    "@heroku/heroku-cli-util": "^10.9.0",
    "@heroku/http-call": "5.4.0",
    "@oclif/core": "^4.0.0",
    "diff": "^9.0.0",
    "inquirer": "^12.0.0",
    "open": "^11.0.0",
    "randomstring": "^1.3.1",
    "tslib": "2.8.1"
  },
  "devDependencies": {
    "@heroku-cli/test-utils": "^0.3.0",
    "@oclif/plugin-help": "^6",
    "@types/node": "^22.8.7",
    "@types/randomstring": "^1.3.0",
    "@types/sinon": "^21.0.1",
    "@types/supports-color": "^8.1.3",
    "@vitest/coverage-v8": "^4.0.0",
    "eslint": "^9",
    "eslint-config-oclif": "^6.0.144",
    "eslint-plugin-vitest": "^0.5.4",
    "nock": "^14.0.1",
    "oclif": "^4.22.81",
    "sinon": "^21.1.2",
    "typescript": "5.9.3",
    "vitest": "^4.0.0"
  },
  "engines": {
    "node": ">= 20.0"
  },
  "files": [
    "/dist",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/heroku/heroku-cli-addons-admin",
  "keywords": [
    "oclif-plugin"
  ],
  "license": "MIT",
  "oclif": {
    "commands": "./dist/commands",
    "bin": "heroku",
    "devPlugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": "heroku/heroku-cli-addons-admin",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "clean:branch": "./bin/clean-branch.sh",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "tsc -p test --noEmit",
    "prepack": "npm run build && oclif manifest && oclif readme",
    "test": "vitest run --coverage",
    "test:watch": "vitest",
    "version": "oclif readme && git add README.md"
  }
}
