mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-12 00:05:49 +08:00
Bumps [eslint](https://github.com/eslint/eslint) from 9.17.0 to 9.18.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.17.0...v9.18.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
890 B
JSON
37 lines
890 B
JSON
{
|
|
"name": "maven-settings-action",
|
|
"version": "3.1.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.10.1",
|
|
"@xmldom/xmldom": "^0.8.10"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.18.0",
|
|
"jest": "^29.7.0"
|
|
}
|
|
}
|