Files
maven-settings-action/package.json
dependabot[bot] 39d3d4092c Bump @xmldom/xmldom from 0.8.2 to 0.8.3
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.2...0.8.3)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-11 11:03:10 +02:00

37 lines
889 B
JSON

{
"name": "maven-settings-action",
"version": "2.6.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.0",
"@xmldom/xmldom": "^0.8.3"
},
"devDependencies": {
"eslint": "^8.25.0",
"jest": "^28.1.3"
}
}