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