{
  "name": "@heroku-cli/plugin-autocomplete",
  "version": "8.1.7",
  "author": "Philipe Navarro @RasPhilCo",
  "bugs": "https://github.com/heroku/cli/issues",
  "dependencies": {
    "@heroku-cli/command": "^9.0.2",
    "@oclif/core": "^1.26.2",
    "chalk": "^2.4.2",
    "debug": "^4.1.1",
    "fs-extra": "^7.0.1",
    "lodash.flatten": "^4.4.0",
    "tslib": "1.9.3"
  },
  "devDependencies": {
    "@oclif/test": "2.2.20",
    "@types/chai": "4.1.7",
    "@types/fs-extra": "^5.0.5",
    "@types/lodash.flatten": "^4.4.6",
    "@types/mocha": "5.2.6",
    "@types/nock": "^9.3.1",
    "chai": "4.2.0",
    "globby": "^10.0.2",
    "mocha": "5.2.0",
    "nock": "^10.0.6",
    "nyc": "15.1.0",
    "oclif": "3.8.1",
    "ts-node": "10.9.1",
    "typescript": "4.8.4"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "/oclif.manifest.json",
    "autocomplete",
    "/lib",
    "yarn.lock"
  ],
  "homepage": "https://github.com/heroku/heroku-cli-autocomplete",
  "keywords": [
    "heroku-plugin"
  ],
  "license": "MIT",
  "oclif": {
    "additionalHelpFlags": [
      "-h"
    ],
    "additionalVersionFlags": [
      "-v"
    ],
    "commands": "./lib/commands",
    "bin": "heroku",
    "hooks": {
      "update": "./lib/hooks/recache",
      "recache": "./lib/hooks/recache"
    },
    "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/autocomplete/<%- commandPath %>"
  },
  "repository": "heroku/cli",
  "scripts": {
    "postpublish": "rm -f oclif.manifest.json",
    "pretest": "tsc -p test --noEmit",
    "posttest": "yarn lint",
    "lint": "eslint . --ext .ts --config ../../.eslintrc --ignore-path ../../.eslintignore-lib",
    "prepack": "rm -rf lib && tsc && oclif manifest",
    "test": "nyc mocha --forbid-only \"test/**/*.unit.test.ts\"",
    "version": "oclif readme && git add README.md"
  },
  "gitHead": "9f57985f8ca449be70ae60fc743641b8c49937dc"
}
