UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-container-registry-v5",
3 "description": "Use containers to build and deploy Heroku apps",
4 "version": "7.22.5",
5 "author": "Heroku",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "cli-engine": {
8 "topics": {
9 "container": {
10 "description": "Use containers to build and deploy Heroku apps"
11 }
12 },
13 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/container-registry-v5/<%- commandPath %>"
14 },
15 "dependencies": {
16 "glob": "^7.1.3",
17 "heroku-cli-util": "^8.0.11",
18 "http-call": "^5.2.3",
19 "inquirer": "^6.2.2"
20 },
21 "devDependencies": {
22 "@oclif/dev-cli": "^1.21.3",
23 "@oclif/plugin-legacy": "^1.1.4",
24 "chai": "^4.2.0",
25 "cross-env": "^5.2.0",
26 "depcheck": "^0.7.2",
27 "mocha": "^5.0.4",
28 "mockdate": "^2.0.2",
29 "nock": "^9.2.3",
30 "nyc": "^13.2.0",
31 "sinon": "^5.0.7",
32 "std-mocks": "^1.0.1",
33 "unexpected": "^11.0.1"
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/container-registry-v5",
42 "keywords": [
43 "cli",
44 "container",
45 "heroku",
46 "heroku-plugin"
47 ],
48 "license": "ISC",
49 "main": "index.js",
50 "repository": "heroku/cli",
51 "scripts": {
52 "depcheck": "depcheck || true",
53 "postpublish": "rm oclif.manifest.json",
54 "prepack": "oclif-dev manifest",
55 "test": "cross-env TZ=utc nyc mocha",
56 "version": "oclif-dev readme && git add README.md"
57 },
58 "topic": "container",
59 "gitHead": "01b92180205ef758406f0a54e829ac1c10011312"
60}