-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
43 lines (43 loc) · 958 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
38
39
40
41
42
43
{
"name": "@heroku-cli/heroku-pg-extras",
"description": "A Heroku CLI plugin for awesome pg:* commands that are also great and fun and super.",
"version": "1.2.5",
"author": "Heroku",
"bugs": {
"url": "https://github.com/heroku/heroku-pg-extras/issues"
},
"dependencies": {
"@heroku-cli/plugin-pg-v5": "7.56.1",
"co": "4.6.0",
"debug": "2.6.9",
"execa": "0.4.0",
"heroku-cli-addons": "1.1.3",
"heroku-cli-util": "8.0.12",
"lodash": ">=4.17.11",
"pg": "6.1.6"
},
"devDependencies": {
"standard": "8.0.0"
},
"engines": {
"node": ">=14"
},
"files": [
"/index.js",
"/lib",
"/commands"
],
"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": {
"test": "standard"
}
}