-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 947 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
{
"name": "@heroku-cli/heroku-connect-plugin",
"description": "Heroku Connect plugin for Heroku CLI",
"version": "0.11.3",
"author": "Heroku",
"repository": {
"type": "git",
"url": "https://github.com/heroku/heroku-connect-plugin.git"
},
"bugs": {
"url": "https://github.com/heroku/heroku-connect-plugin/issues"
},
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"main": "index.js",
"scripts": {
"test": "CONNECT_ADDON=connectqa mocha && standard",
"style-fix": "standard --fix"
},
"files": [
"/index.js",
"/lib",
"/commands"
],
"dependencies": {
"@heroku/heroku-cli-util": "^8.0.14",
"axios": "^0.27.2",
"co": "4.6.0",
"heroku-client": "^3.0.6",
"inquirer": "^5.1.0"
},
"devDependencies": {
"mocha": "^11.0.1",
"mockdate": "^3.0.5",
"nock": "^13.5.4",
"sinon": "^19.0.2",
"standard": "^17.1.0",
"unexpected": "^13.2.1"
}
}