UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-pg-v5",
3 "description": "Heroku CLI plugin to manage Postgres.",
4 "version": "7.22.0",
5 "author": "Jeff Dickey (@dickeyxxx)",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "cli-engine": {
8 "topics": {
9 "pg": {
10 "description": "manage postgresql databases"
11 }
12 },
13 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/pg-v5/<%- commandPath %>"
14 },
15 "dependencies": {
16 "@heroku-cli/plugin-addons": "^1.2.29",
17 "bytes": "^3.1.0",
18 "co": "^4.6.0",
19 "co-wait": "^0.0.0",
20 "debug": "^4.1.1",
21 "filesize": "^4.0.0",
22 "heroku-cli-util": "^8.0.11",
23 "lodash": "^4.17.11",
24 "mkdirp": "^0.5.1",
25 "node-notifier": "^5.4.0",
26 "smooth-progress": "^1.1.0",
27 "strip-eof": "^1.0.0",
28 "tunnel-ssh": "^4.1.4"
29 },
30 "devDependencies": {
31 "@oclif/dev-cli": "^1.21.0",
32 "@oclif/plugin-legacy": "^1.1.3",
33 "cross-env": "^5.2.0",
34 "heroku-client": "^3.0.7",
35 "mocha": "^5.1.1",
36 "nock": "9.2.6",
37 "nyc": "^13.2.0",
38 "proxyquire": "^2.1.0",
39 "sinon": "^7.2.3",
40 "standard": "^12.0.1",
41 "unexpected": "^11.0.1"
42 },
43 "files": [
44 "oclif.manifest.json",
45 "index.js",
46 "assets",
47 "lib",
48 "commands"
49 ],
50 "homepage": "https://github.com/heroku/cli/tree/master/packages/pg-v5",
51 "keywords": [
52 "heroku-plugin"
53 ],
54 "license": "ISC",
55 "main": "index.js",
56 "repository": "heroku/cli",
57 "scripts": {
58 "postpublish": "rm oclif.manifest.json",
59 "prepack": "oclif-dev manifest",
60 "release": "np",
61 "test": "cross-env TZ=utc nyc mocha",
62 "version": "oclif-dev readme && git add README.md"
63 },
64 "gitHead": "5a9a14ad25cd06d82cb52683a3933a9b4a281075"
65}