-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.08 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
47
48
49
50
51
{
"name": "@heroku-cli/plugin-java",
"version": "3.1.1",
"description": "Heroku Java CLI",
"main": "index.js",
"author": "Joe Kutner",
"repository": "heroku/plugin-java",
"bugs": {
"url": "https://github.com/heroku/plugin-java/issues"
},
"scripts": {
"vendor": "node scripts/vendor.js",
"test": "mocha",
"depcheck": "depcheck || true"
},
"files": [
"/index.js",
"/commands",
"/lib"
],
"keywords": [
"heroku",
"cli",
"heroku-plugin"
],
"publishConfig": {
"access": "public"
},
"license": "ISC",
"dependencies": {
"heroku-cli-util": "^8.0.8",
"@heroku-cli/heroku-exec-util": "0.7.6"
},
"heroku-deploy": {
"version": "2.0.15",
"sha": "eed86ee3a3825b621b8cb6bfab420b711d88d37f"
},
"devDependencies": {
"chai": "^5.0.0",
"depcheck": "^1.4.2",
"dir-compare": "^5.0.0",
"fixture-stdout": "0.2.1",
"fs-extra": "^11.1.1",
"heroku-client": "^3.0.0-beta2",
"mocha": "^10.1.0",
"node-fetch": "^3.3.0",
"tmp": "0.2.3",
"unexpected": "13.2.1",
"wrench": "^1.5.8"
}
}