{
  "name": "@heroku-cli/plugin-ci-v5",
  "description": "Heroku CLI plugin for Heroku CI",
  "version": "8.11.5",
  "author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs",
  "bugs": "https://github.com/heroku/cli/issues",
  "cli-engine": {
    "topics": {
      "ci": {
        "description": "run an application test suite on Heroku"
      }
    },
    "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/ci-v5/<%- commandPath %>"
  },
  "dependencies": {
    "@heroku-cli/command": "^9.0.2",
    "@heroku-cli/plugin-run-v5": "^8.11.5",
    "ansi-escapes": "3.2.0",
    "bluebird": "^3.5.3",
    "github-url-to-object": "^4.0.4",
    "got": "^9.6.0",
    "heroku-cli-util": "^8.0.11",
    "inquirer": "^8.2.6",
    "lodash.flatten": "^4.4.0",
    "shell-escape": "^0.2.0",
    "temp": "^0.9.4",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "@oclif/plugin-legacy": "^1.3.0",
    "chai": "^4.2.0",
    "estraverse": "^4.2.0",
    "heroku-client": "^3.0.7",
    "mocha": "^9.2.2",
    "nock": "^10.0.6",
    "nyc": "^15.1.0",
    "oclif": "3.11.3",
    "sinon": "^1.17.6",
    "std-mocks": "^1.0.1"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "oclif.manifest.json",
    "index.js",
    "commands",
    "lib"
  ],
  "homepage": "https://github.com/heroku/cli/tree/main/packages/ci-v5",
  "keywords": [
    "heroku-plugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "mocha": {
    "require": [
      "test/test-setup.js"
    ],
    "recursive": true,
    "reporter": "dot",
    "timeout": 360000
  },
  "repository": "heroku/cli",
  "scripts": {
    "lint": "eslint . --ext .js --config ../../.eslintrc --ignore-path ../../.eslintignore",
    "postpublish": "rm oclif.manifest.json",
    "prepack": "oclif manifest",
    "test": "nyc mocha --forbid-only  && yarn lint",
    "version": "oclif readme && git add README.md"
  },
  "gitHead": "df5cd3093bd9269c635d9bb3996a2140a016cf05"
}
