2019-10-01 22:14:15 +02:00
|
|
|
{
|
|
|
|
|
"name": "maven-settings-action",
|
2025-09-01 21:04:49 +02:00
|
|
|
"version": "4.0.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": {
|
2023-09-12 09:10:41 +00:00
|
|
|
"@actions/core": "^1.10.1",
|
2025-08-18 13:29:33 +00:00
|
|
|
"@xmldom/xmldom": "^0.8.11"
|
2019-10-01 22:14:15 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-25 16:37:03 +00:00
|
|
|
"eslint": "^9.34.0",
|
2025-09-01 17:26:53 +00:00
|
|
|
"jest": "^30.1.2"
|
2019-10-01 22:14:15 +02:00
|
|
|
}
|
|
|
|
|
}
|