Files
maven-settings-action/package.json
dependabot[bot] 5de8781894 Bump jest from 27.3.0 to 27.3.1
Bumps [jest](https://github.com/facebook/jest) from 27.3.0 to 27.3.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.3.0...v27.3.1)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

37 lines
887 B
JSON

{
"name": "maven-settings-action",
"version": "2.4.1",
"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.6.0",
"@xmldom/xmldom": "^0.7.5"
},
"devDependencies": {
"eslint": "^8.0.1",
"jest": "^27.3.1"
}
}