repo-file-sync-action/package.json
dependabot[bot] 45e2975f9a
⬆️ Bump @actions/core from 1.5.0 to 1.6.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [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-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-28 22:05:38 +00:00

45 lines
1.2 KiB
JSON

{
"name": "repo-file-sync-action",
"version": "1.14.0",
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
"main": "dist/index.js",
"scripts": {
"lint": "eslint ./src",
"start": "node src/index.js",
"build": "ncc build src/index.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betahuhn/repo-file-sync-action.git"
},
"keywords": [
"sync",
"file-sync",
"workflow-sync",
"github-workflow",
"github-actions",
"github-action-workflow-sync"
],
"author": "Maximilian Schiller <schiller@mxis.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/betahuhn/repo-file-sync-action/issues"
},
"homepage": "https://github.com/marketplace/actions/repo-file-sync-action",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@octokit/plugin-throttling": "^3.5.2",
"@putout/git-status-porcelain": "^1.1.0",
"action-input-parser": "^1.2.19",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"node-readfiles": "^0.2.0"
},
"devDependencies": {
"@betahuhn/config": "^1.2.0",
"@vercel/ncc": "^0.31.1",
"eslint": "^7.32.0"
}
}