{
  "name": "@heroku-cli/plugin-pg-v5",
  "description": "Heroku CLI plugin to manage Postgres.",
  "version": "8.11.2",
  "author": "Jeff Dickey (@dickeyxxx)",
  "bugs": "https://github.com/heroku/cli/issues",
  "cli-engine": {
    "topics": {
      "pg": {
        "description": "manage postgresql databases"
      }
    },
    "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/pg-v5/<%- commandPath %>"
  },
  "dependencies": {
    "@heroku-cli/plugin-addons": "^1.2.29",
    "bytes": "^3.1.0",
    "debug": "^4.1.1",
    "filesize": "^4.0.0",
    "heroku-cli-util": "^8.0.11",
    "lodash": "^4.17.21",
    "mkdirp": "^0.5.2",
    "node-notifier": "^10.0.0",
    "printf": "0.6.1",
    "smooth-progress": "^1.1.0",
    "strip-eof": "^2.0.0",
    "tunnel-ssh": "^4.1.6",
    "uuid": "^8.3.1"
  },
  "devDependencies": {
    "@oclif/plugin-legacy": "^1.3.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "cross-env": "^7.0.2",
    "heroku-client": "^3.0.7",
    "mocha": "^9.2.2",
    "nock": "^10.0.6",
    "nyc": "^15.1.0",
    "oclif": "3.11.3",
    "proxyquire": "^2.1.0",
    "sinon": "^7.2.3",
    "standard": "^17.1.0",
    "stdout-stderr": "^0.1.9",
    "tmp": "^0.0.33"
  },
  "files": [
    "oclif.manifest.json",
    "index.js",
    "assets",
    "lib",
    "commands"
  ],
  "homepage": "https://github.com/heroku/cli/tree/main/packages/pg-v5",
  "keywords": [
    "heroku-plugin"
  ],
  "license": "ISC",
  "main": "index.js",
  "mocha": {
    "recursive": true,
    "require": [
      "./test/init.js"
    ],
    "timeout": 360000
  },
  "repository": "heroku/cli",
  "scripts": {
    "lint": "eslint . --ext .js --config ../../.eslintrc --ignore-path ../../.eslintignore",
    "postpublish": "rm oclif.manifest.json",
    "prepack": "oclif manifest",
    "release": "np",
    "test": "cross-env TZ=utc nyc mocha --forbid-only \"test/**/*.unit.test.js\" && yarn lint",
    "version": "oclif readme && git add README.md"
  },
  "gitHead": "6a1a73061e46a733f04414e0e6028824aa30318f"
}
