2019-10-01 22:14:15 +02:00
|
|
|
{
|
|
|
|
|
"name": "maven-settings-action",
|
2021-08-20 13:28:18 +02:00
|
|
|
"version": "2.4.1",
|
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-08-20 09:45:10 +00:00
|
|
|
"@actions/core": "^1.5.0",
|
2021-08-23 09:00:57 +00:00
|
|
|
"@xmldom/xmldom": "^0.7.2"
|
2019-10-01 22:14:15 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-08-02 09:00:57 +00:00
|
|
|
"eslint": "^7.32.0",
|
2021-06-30 20:25:39 +00:00
|
|
|
"jest": "^27.0.6"
|
2019-10-01 22:14:15 +02:00
|
|
|
}
|
|
|
|
|
}
|