mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-11 00:00:47 +08:00
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 2.0.2 to 2.0.3. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
889 B
JSON
37 lines
889 B
JSON
{
|
|
"name": "maven-settings-action",
|
|
"version": "4.0.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": "^2.0.3",
|
|
"@xmldom/xmldom": "^0.8.11"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.39.1",
|
|
"jest": "^30.2.0"
|
|
}
|
|
}
|