UNPKG

938 BJSONView Raw
1{
2 "name": "heroku-pg-extras",
3 "description": "A Heroku CLI plugin for awesome pg:* commands that are also great and fun and super.",
4 "version": "1.0.2",
5 "author": "Jeff Dickey (@dickeyxxx)",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-pg-extras/issues"
8 },
9 "dependencies": {
10 "co": "4.6.0",
11 "debug": "2.2.0",
12 "execa": "0.4.0",
13 "heroku-cli-addons": "1.0.5",
14 "heroku-cli-util": "6.0.15",
15 "heroku-pg": "1.0.5",
16 "lodash": "4.14.1",
17 "pg": "6.0.3"
18 },
19 "devDependencies": {
20 "standard": "7.1.2"
21 },
22 "homepage": "https://github.com/heroku/heroku-pg-extras",
23 "keywords": [
24 "heroku-plugin"
25 ],
26 "license": "ISC",
27 "main": "index.js",
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/heroku/heroku-pg-extras.git"
31 },
32 "scripts": {
33 "postversion": "npm publish && git push && git push --tags",
34 "preversion": "npm test",
35 "test": "standard"
36 }
37}