2019-10-01 22:14:15 +02:00
|
|
|
{
|
|
|
|
|
"name": "maven-settings-action",
|
2020-10-15 23:44:42 +02:00
|
|
|
"version": "2.2.0",
|
2019-10-01 22:14:15 +02:00
|
|
|
"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-09-29 15:51:48 +00:00
|
|
|
"@actions/core": "^1.2.6",
|
2020-10-15 23:44:42 +02:00
|
|
|
"xmldom": "^0.3.0"
|
2019-10-01 22:14:15 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-10-12 09:01:02 +00:00
|
|
|
"eslint": "^7.11.0",
|
2020-10-13 15:10:19 +00:00
|
|
|
"jest": "^26.5.3"
|
2019-10-01 22:14:15 +02:00
|
|
|
}
|
|
|
|
|
}
|