UNPKG

1.48 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-spaces",
3 "description": "Heroku plugin to manage Heroku Private Spaces",
4 "version": "8.0.0",
5 "author": "Heroku",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "cli-engine": {
8 "bin": "heroku",
9 "topics": {
10 "spaces": {
11 "description": "manage heroku private spaces"
12 },
13 "trusted-ips": {
14 "hidden": true
15 }
16 },
17 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/spaces/<%- commandPath %>"
18 },
19 "dependencies": {
20 "@heroku-cli/command": "^9.0.1",
21 "@heroku-cli/notifications": "^1.2.2",
22 "heroku-cli-util": "^8.0.11",
23 "lodash": "^4.17.11",
24 "strftime": "^0.10.0"
25 },
26 "devDependencies": {
27 "chai": "^4.2.0",
28 "chai-as-promised": "^7.1.1",
29 "mocha": "^5.2.0",
30 "nock": "^10.0.6",
31 "nyc": "^15.1.0",
32 "oclif": "3.6.1",
33 "sinon": "^7.2.3"
34 },
35 "files": [
36 "oclif.manifest.json",
37 "index.js",
38 "commands",
39 "lib"
40 ],
41 "homepage": "https://github.com/heroku/cli/tree/master/packages/spaces",
42 "keywords": [
43 "heroku-plugin"
44 ],
45 "license": "ISC",
46 "main": "index.js",
47 "oclif": {
48 "additionalHelpFlags": [
49 "-h"
50 ],
51 "additionalVersionFlags": [
52 "-v"
53 ]
54 },
55 "repository": "heroku/cli",
56 "scripts": {
57 "postpublish": "rm oclif.manifest.json",
58 "prepack": "oclif manifest",
59 "test": "nyc mocha",
60 "posttest": "standard"
61 },
62 "gitHead": "c8737ca88c38731acc3e758b6d6a94eb4edf014b"
63}