{
  "name": "@heroku-cli/plugin-apps-v5",
  "description": "Heroku CLI plugin to manage apps.",
  "version": "8.11.2",
  "author": "Jeff Dickey (@jdxcode)",
  "bugs": "https://github.com/heroku/cli/issues",
  "cli-engine": {
    "bin": "heroku",
    "topics": {
      "stack": {
        "description": "manage heroku stacks",
        "hidden": true
      }
    },
    "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/apps-v5/<%- commandPath %>"
  },
  "dependencies": {
    "@heroku-cli/command": "^9.0.2",
    "@oclif/core": "^2.8.11",
    "filesize": "^4.0.0",
    "fs-extra": "^7.0.1",
    "heroku-cli-util": "^8.0.11",
    "inquirer": "^8.2.6",
    "js-yaml": "^3.12.1",
    "lodash": "^4.17.21",
    "shell-escape": "^0.2.0",
    "sparkline": "^0.2.0",
    "strftime": "^0.10.0",
    "strip-ansi": "6.0.1",
    "term-img": "^4.1.0",
    "urijs": "1.19.11"
  },
  "devDependencies": {
    "@oclif/plugin-legacy": "^1.3.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "lolex": "^3.1.0",
    "mocha": "^9.2.2",
    "mockdate": "^2.0.2",
    "netrc-parser": "^3.1.6",
    "nock": "^10.0.6",
    "nyc": "^15.1.0",
    "oclif": "3.11.3",
    "proxyquire": "^2.1.0",
    "rimraf": "3.0.2",
    "set-tz": "^0.1.0",
    "sinon": "7.2.4",
    "std-mocks": "1.0.1",
    "testdouble": "^3.10.0",
    "time-require": "0.1.2"
  },
  "files": [
    "/oclif.manifest.json",
    "assets",
    "src"
  ],
  "homepage": "https://github.com/heroku/cli/tree/main/packages/apps-v5",
  "keywords": [
    "heroku-plugin"
  ],
  "license": "ISC",
  "main": "src/index.js",
  "mocha": {
    "require": [
      "./test/init.js",
      "./test/helpers.js"
    ],
    "reporter": "list",
    "recursive": true,
    "timeout": 360000
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "heroku/cli",
  "scripts": {
    "lint": "eslint . --ext .js --config ../../.eslintrc --ignore-path ../../.eslintignore",
    "postpublish": "rm oclif.manifest.json",
    "prepack": "oclif manifest",
    "test": "nyc --extension .js mocha --forbid-only \"test/**/*.unit.test.js\" && yarn lint",
    "version": "oclif readme && git add README.md"
  },
  "gitHead": "6a1a73061e46a733f04414e0e6028824aa30318f"
}
