-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
36 lines (36 loc) · 890 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
{
"name": "maven-settings-action",
"version": "3.1.0",
"description": "Prepare maven settings",
"main": "index.js",
"scripts": {
"lint": "eslint index.js settings.js",
"test": "eslint index.js settings.js && jest --coverage",
"version": "./update-readme.sh",
"postversion": "git tag --delete v$npm_new_version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s4u/maven-settings-action.git"
},
"keywords": [
"GitHub",
"Actions",
"Setup",
"Maven"
],
"author": "S. Jaranowski",
"license": "MIT",
"bugs": {
"url": "https://github.com/s4u/maven-settings-action/issues"
},
"homepage": "https://github.com/s4u/maven-settings-action#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@xmldom/xmldom": "^0.8.10"
},
"devDependencies": {
"eslint": "^9.15.0",
"jest": "^29.7.0"
}
}