forked from chrisanderton/heroku-pg-pgcli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 KB
/
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
44
45
46
{
"name": "heroku-pg-pgcli",
"version": "1.0.8",
"author": "Rob Anderton (@robanderton)",
"description": "Heroku CLI plugin for the pgcli Postgres command line interface",
"homepage": "https://github.com/robanderton/heroku-pg-pgcli",
"files": [
"index.js",
"lib",
"commands"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/robanderton/heroku-pg-pgcli.git"
},
"bugs": {
"url": "https://github.com/robanderton/heroku-pg-pgcli/issues"
},
"keywords": [
"heroku",
"cli",
"heroku-plugin"
],
"license": "ISC",
"dependencies": {
"@heroku-cli/plugin-pg-v5": "^7.40.0",
"co": "^4.6.0",
"heroku-cli-util": "^8.0.12",
"printf": "0.5.1"
},
"devDependencies": {
"mocha": "^5.1.1",
"nock": "^9.2.6",
"np": "^6.2.3",
"nyc": "^11.9.0",
"proxyquire": "^2.1.0",
"sinon": "^7.2.3",
"standard": "^12.0.1",
"unexpected": "^11.0.1"
},
"scripts": {
"release": "np",
"test": "TZ=utc nyc mocha && standard"
}
}