UNPKG

1.84 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-orgs-v5",
3 "description": "CLI to manage Heroku Organizations",
4 "version": "7.22.5",
5 "author": "Raul Barroso @raulb",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "cli-engine": {
8 "bin": "heroku",
9 "topics": {
10 "access": {
11 "description": "manage user access to apps"
12 },
13 "orgs": {
14 "description": "manage organizations"
15 },
16 "members": {
17 "description": "manage organization members"
18 },
19 "teams": {
20 "description": "manage teams"
21 },
22 "sharing": {
23 "hidden": true
24 },
25 "join": {
26 "hidden": true
27 },
28 "leave": {
29 "hidden": true
30 },
31 "lock": {
32 "hidden": true
33 },
34 "unlock": {
35 "hidden": true
36 }
37 },
38 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/orgs-v5/<%- commandPath %>"
39 },
40 "dependencies": {
41 "@heroku-cli/command": "^8.2.8",
42 "co": "^4.6.0",
43 "heroku-cli-util": "^8.0.11",
44 "inquirer": "^6.2.2",
45 "lodash": "^4.17.11",
46 "lodash.flatten": "^4.4.0"
47 },
48 "devDependencies": {
49 "@oclif/dev-cli": "^1.21.3",
50 "@oclif/plugin-legacy": "^1.1.4",
51 "chai": "^4.2.0",
52 "mocha": "^5.2.0",
53 "nock": "^10.0.6",
54 "nyc": "^13.2.0",
55 "proxyquire": "^2.1.0"
56 },
57 "files": [
58 "oclif.manifest.json",
59 "index.js",
60 "commands",
61 "lib"
62 ],
63 "homepage": "https://github.com/heroku/cli/tree/master/packages/orgs-v5",
64 "keywords": [
65 "heroku-plugin"
66 ],
67 "license": "ISC",
68 "main": "index.js",
69 "repository": "heroku/cli",
70 "scripts": {
71 "postpublish": "rm oclif.manifest.json",
72 "prepack": "oclif-dev manifest",
73 "test": "nyc mocha",
74 "version": "oclif-dev readme && git add README.md"
75 },
76 "gitHead": "01b92180205ef758406f0a54e829ac1c10011312"
77}