2019-10-01 22:14:15 +02:00
|
|
|
{
|
|
|
|
|
"name": "maven-settings-action",
|
2022-03-31 18:10:47 +02:00
|
|
|
"version": "2.6.0",
|
2019-10-01 22:14:15 +02:00
|
|
|
"description": "Prepare maven settings",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "eslint index.js settings.js",
|
2021-08-20 12:26:52 +02:00
|
|
|
"test": "eslint index.js settings.js && jest --coverage",
|
|
|
|
|
"version": "./update-readme.sh",
|
|
|
|
|
"postversion": "git tag --delete v$npm_new_version"
|
2019-10-01 22:14:15 +02:00
|
|
|
},
|
|
|
|
|
"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": {
|
2022-08-09 09:01:14 +00:00
|
|
|
"@actions/core": "^1.9.1",
|
2022-04-06 09:02:28 +00:00
|
|
|
"@xmldom/xmldom": "^0.8.2"
|
2019-10-01 22:14:15 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-08-15 09:01:25 +00:00
|
|
|
"eslint": "^8.22.0",
|
2022-07-14 09:02:16 +00:00
|
|
|
"jest": "^28.1.3"
|
2019-10-01 22:14:15 +02:00
|
|
|
}
|
|
|
|
|
}
|