mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-12 00:05:49 +08:00
Bumps [jest](https://github.com/facebook/jest) from 26.0.1 to 26.1.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v26.0.1...v26.1.0) Signed-off-by: dependabot[bot] <support@github.com>
36 lines
808 B
JSON
36 lines
808 B
JSON
{
|
|
"name": "maven-settings-action",
|
|
"version": "1.0.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.4",
|
|
"xmldom": "^0.3.0",
|
|
"xpath": "0.0.27"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.3.1",
|
|
"jest": "^26.1.0"
|
|
}
|
|
}
|