forked from whelk-io/maven-settings-xml-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "maven-settings-xml-action",
"version": "0.0.2",
"description": "Update maven ~/.m2/settings.xml",
"main": "src/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@actions/core": "^1.2.4",
"fs": "0.0.1-security",
"os": "^0.1.1",
"path": "^0.12.7",
"xmldom": "^0.3.0"
},
"devDependencies": {
"@zeit/ncc": "^0.20.5",
"eslint": "^7.3.0",
"eslint-plugin-mocha": "^7.0.1",
"mocha": "^8.0.1",
"mocha-eslint": "^6.0.0"
},
"scripts": {
"lint": "eslint ./src/*.js",
"package": "ncc build",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whelk-io/maven-settings-xml-action.git"
},
"author": "Zack Teater",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/whelk-io/maven-settings-xml-action/issues"
},
"homepage": "https://github.com/whelk-io/maven-settings-xml-action#readme",
"contributors": [
{
"name": "Jason Edstrom",
"email": "[email protected]"
}
]
}