mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-12 00:05:49 +08:00
35 lines
786 B
JSON
35 lines
786 B
JSON
{
|
|
"name": "maven-settings-action",
|
|
"version": "2.2.0",
|
|
"description": "Prepare maven settings",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint index.js settings.js",
|
|
"test": "eslint index.js settings.js && jest --coverage"
|
|
},
|
|
"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": {
|
|
"@actions/core": "^1.2.6",
|
|
"xmldom": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.11.0",
|
|
"jest": "^26.5.3"
|
|
}
|
|
}
|