repo-file-sync-action/package.json
dependabot[bot] b77d97851e
⬆️ Bump node-readfiles from 0.2.0 to 0.3.0
Bumps [node-readfiles](https://github.com/guatedude2/node-readfiles) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/guatedude2/node-readfiles/releases)
- [Commits](https://github.com/guatedude2/node-readfiles/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: node-readfiles
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 22:10:49 +00:00

46 lines
1.3 KiB
JSON

{
"name": "repo-file-sync-action",
"version": "1.17.17",
"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.8.2",
"@actions/github": "^5.0.3",
"@octokit/plugin-throttling": "^3.6.2",
"@putout/git-status-porcelain": "^1.1.0",
"action-input-parser": "^1.2.33",
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0",
"node-readfiles": "^0.3.0"
},
"devDependencies": {
"@betahuhn/config": "^1.2.0",
"@octokit/core": "^3.6.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^7.32.0"
}
}