mirror of
https://github.com/valitydev/repo-file-sync-action.git
synced 2024-11-06 09:55:21 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "repo-file-sync-action",
|
|
"version": "1.8.3",
|
|
"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.4.0",
|
|
"@actions/github": "^5.0.0",
|
|
"@octokit/plugin-throttling": "^3.5.0",
|
|
"@putout/git-status-porcelain": "^1.1.0",
|
|
"action-input-parser": "^1.2.5",
|
|
"fs-extra": "^10.0.0",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@betahuhn/config": "^1.1.0",
|
|
"@vercel/ncc": "^0.28.6",
|
|
"eslint": "^7.29.0"
|
|
}
|
|
}
|