UNPKG

1.28 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-container-registry",
3 "description": "Use containers to build and deploy Heroku apps",
4 "version": "4.4.9",
5 "author": "Hunter Loftis <hunter@heroku.com>",
6 "dependencies": {
7 "glob": "7.1.0",
8 "heroku-cli-util": "6.1.17",
9 "inquirer": "3.0.6"
10 },
11 "devDependencies": {
12 "@oclif/dev-cli": "^1.2.16",
13 "@oclif/plugin-legacy": "^1.0.4",
14 "chai": "3.2.0",
15 "depcheck": "0.4.7",
16 "mocha": "2.2.4",
17 "mockdate": "2.0.1",
18 "nock": "9.0.4",
19 "nyc": "10.1.2",
20 "sinon": "2.1.0",
21 "standard": "8.6.0",
22 "unexpected": "10.25.0"
23 },
24 "files": [
25 ".oclif.manifest.json",
26 "index.js",
27 "commands",
28 "lib"
29 ],
30 "keywords": [
31 "cli",
32 "container",
33 "heroku",
34 "heroku-plugin"
35 ],
36 "license": "ISC",
37 "main": "index.js",
38 "repository": "https://github.com/heroku/heroku-container-registry",
39 "scripts": {
40 "depcheck": "depcheck || true",
41 "postpublish": "rm .oclif.manifest.json",
42 "prepublishOnly": "oclif-dev manifest",
43 "test": "TZ=utc nyc mocha && standard"
44 },
45 "standard": {
46 "env": "mocha"
47 },
48 "topic": "container",
49 "oclif": {
50 "topics": {
51 "container": {
52 "description": "Use containers to build and deploy Heroku apps"
53 }
54 }
55 }
56}