{ "name": "@heroku-cli/plugin-orgs-v5", "description": "CLI to manage Heroku Organizations", "version": "7.20.0", "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": "^8.2.6", "co": "^4.6.0", "heroku-cli-util": "^8.0.11", "inquirer": "^6.2.1", "lodash": "^4.17.11", "lodash.flatten": "^4.4.0" }, "devDependencies": { "@oclif/dev-cli": "^1.19.5", "@oclif/plugin-legacy": "^1.1.3", "chai": "^4.2.0", "mocha": "^5.2.0", "nock": "^9.3.0", "nyc": "^13.1.0", "proxyquire": "^2.1.0" }, "files": [ "oclif.manifest.json", "index.js", "commands", "lib" ], "homepage": "https://github.com/heroku/cli/tree/master/packages/orgs-v5", "keywords": [ "heroku-plugin" ], "license": "ISC", "main": "index.js", "repository": "heroku/cli", "scripts": { "postpublish": "rm oclif.manifest.json", "prepack": "oclif-dev manifest", "test": "nyc mocha", "version": "oclif-dev readme && git add README.md" }, "gitHead": "fe3f4ebe553c32038e782f8a1c8fd1e824b895d2" }