2019-10-01 22:14:15 +02:00
|
|
|
{
|
|
|
|
|
"name": "maven-settings-action",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Prepare maven settings",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "eslint index.js settings.js",
|
2019-10-02 21:31:26 +02:00
|
|
|
"test": "eslint index.js settings.js && jest --coverage"
|
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": {
|
2020-05-01 09:20:06 +00:00
|
|
|
"@actions/core": "^1.2.4",
|
2020-03-05 09:14:53 +00:00
|
|
|
"xmldom": "^0.3.0",
|
2019-10-01 22:14:15 +02:00
|
|
|
"xpath": "0.0.27"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-07-22 16:33:46 +00:00
|
|
|
"eslint": "^7.5.0",
|
2020-07-31 09:02:38 +00:00
|
|
|
"jest": "^26.2.1"
|
2019-10-01 22:14:15 +02:00
|
|
|
}
|
|
|
|
|
}
|