mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-12 00:05:49 +08:00
37 lines
888 B
JSON
37 lines
888 B
JSON
{
|
|
"name": "maven-settings-action",
|
|
"version": "2.4.0",
|
|
"description": "Prepare maven settings",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint index.js settings.js",
|
|
"test": "eslint index.js settings.js && jest --coverage",
|
|
"version": "./update-readme.sh",
|
|
"postversion": "git tag --delete v$npm_new_version"
|
|
},
|
|
"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.5.0",
|
|
"@xmldom/xmldom": "^0.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"jest": "^27.0.6"
|
|
}
|
|
}
|