UNPKG

1.5 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-spaces",
3 "description": "Heroku plugin to manage Heroku Private Spaces",
4 "version": "7.18.9",
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": "^8.2.2",
21 "@heroku-cli/notifications": "^1.2.2",
22 "co": "4.6.0",
23 "heroku-cli-util": "^8.0.10",
24 "lodash": "^4.17.11",
25 "strftime": "^0.10.0"
26 },
27 "devDependencies": {
28 "@oclif/dev-cli": "^1.19.4",
29 "@oclif/plugin-legacy": "^1.1.3",
30 "chai": "^4.2.0",
31 "chai-as-promised": "^7.1.1",
32 "mocha": "^5.2.0",
33 "nock": "^9.2.5",
34 "nyc": "^13.1.0",
35 "sinon": "^6.3.5"
36 },
37 "files": [
38 "oclif.manifest.json",
39 "index.js",
40 "commands",
41 "lib"
42 ],
43 "homepage": "https://github.com/heroku/cli/tree/master/packages/spaces",
44 "keywords": [
45 "heroku-plugin"
46 ],
47 "license": "ISC",
48 "main": "index.js",
49 "repository": "heroku/cli",
50 "scripts": {
51 "postpublish": "rm oclif.manifest.json",
52 "prepack": "oclif-dev manifest",
53 "test": "nyc mocha",
54 "posttest": "standard",
55 "version": "oclif-dev readme && git add README.md"
56 },
57 "gitHead": "632b7ebc4fc88898526aa09754fcf5a5272c7b91"
58}