{
  "name": "@heroku-cli/plugin-orgs-v5",
  "description": "CLI to manage Heroku Organizations",
  "version": "8.11.2",
  "author": "Raul Barroso @raulb",
  "bugs": "https://github.com/heroku/cli/issues",
  "cli-engine": {
    "bin": "heroku",
    "topics": {
      "access": {
        "description": "manage user access to apps"
      },
      "orgs": {
        "description": "manage organizations"
      },
      "members": {
        "description": "manage organization members"
      },
      "teams": {
        "description": "manage teams"
      },
      "sharing": {
        "hidden": true
      },
      "join": {
        "hidden": true
      },
      "leave": {
        "hidden": true
      },
      "lock": {
        "hidden": true
      },
      "unlock": {
        "hidden": true
      }
    },
    "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/orgs-v5/<%- commandPath %>"
  },
  "dependencies": {
    "@heroku-cli/command": "^9.0.2",
    "heroku-cli-util": "^8.0.11",
    "inquirer": "^8.2.6",
    "lodash": "^4.17.21",
    "lodash.flatten": "^4.4.0"
  },
  "devDependencies": {
    "@oclif/plugin-legacy": "^1.3.0",
    "chai": "^4.2.0",
    "mocha": "^9.2.2",
    "nock": "^10.0.6",
    "nyc": "^15.1.0",
    "oclif": "3.11.3",
    "proxyquire": "^2.1.0",
    "sinon": "^6.3.5"
  },
  "files": [
    "oclif.manifest.json",
    "index.js",
    "commands",
    "lib"
  ],
  "homepage": "https://github.com/heroku/cli/tree/main/packages/orgs-v5",
  "keywords": [
    "heroku-plugin"
  ],
  "license": "ISC",
  "main": "index.js",
  "mocha": {
    "require": [
      "./test/helpers.js"
    ],
    "recursive": true,
    "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 ./test/**/*.unit.test.js && yarn lint",
    "test:integration": "mocha './test/**/*.integration.test.js'",
    "version": "oclif readme && git add README.md"
  },
  "gitHead": "6a1a73061e46a733f04414e0e6028824aa30318f"
}
