2019-10-01 22:14:15 +02:00
|
|
|
{
|
|
|
|
|
"name": "maven-settings-action",
|
2022-02-04 19:12:26 +01:00
|
|
|
"version": "2.5.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": {
|
2021-09-29 09:00:42 +00:00
|
|
|
"@actions/core": "^1.6.0",
|
2022-02-15 09:01:09 +00:00
|
|
|
"@xmldom/xmldom": "^0.8.1"
|
2019-10-01 22:14:15 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-02-14 09:01:06 +00:00
|
|
|
"eslint": "^8.9.0",
|
2022-02-09 09:02:05 +00:00
|
|
|
"jest": "^27.5.1"
|
2019-10-01 22:14:15 +02:00
|
|
|
}
|
|
|
|
|
}
|