generated from actions/container-action
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
30 lines (30 loc) · 838 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
{
"name": "googlejavaformat-action",
"version": "3.0.0",
"description": "Automatically format your Java files using Google Java Style guidelines.",
"main": "index.js",
"scripts": {
"prepare": "ncc build index.js -o dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axel-op/googlejavaformat-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/axel-op/googlejavaformat-action/issues"
},
"homepage": "https://github.com/axel-op/googlejavaformat-action#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@actions/glob": "^0.2.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1"
}
}