2021-01-08 20:47:49 +00:00
|
|
|
{
|
2021-01-10 15:59:11 +00:00
|
|
|
"name": "repo-file-sync-action",
|
2022-05-16 01:01:41 +00:00
|
|
|
"version": "1.17.16",
|
2021-01-09 00:26:35 +00:00
|
|
|
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
|
2021-01-08 20:47:49 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint ./src",
|
2021-01-09 00:17:36 +00:00
|
|
|
"start": "node src/index.js",
|
2021-01-08 20:47:49 +00:00
|
|
|
"build": "ncc build src/index.js -o dist"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-01-10 15:59:11 +00:00
|
|
|
"url": "git+https://github.com/betahuhn/repo-file-sync-action.git"
|
2021-01-08 20:47:49 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2021-01-09 00:26:35 +00:00
|
|
|
"sync",
|
|
|
|
"file-sync",
|
|
|
|
"workflow-sync",
|
|
|
|
"github-workflow",
|
|
|
|
"github-actions",
|
|
|
|
"github-action-workflow-sync"
|
2021-01-08 20:47:49 +00:00
|
|
|
],
|
|
|
|
"author": "Maximilian Schiller <schiller@mxis.ch>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2021-01-10 15:59:11 +00:00
|
|
|
"url": "https://github.com/betahuhn/repo-file-sync-action/issues"
|
2021-01-08 20:47:49 +00:00
|
|
|
},
|
2021-05-05 07:42:20 +00:00
|
|
|
"homepage": "https://github.com/marketplace/actions/repo-file-sync-action",
|
2021-01-08 20:47:49 +00:00
|
|
|
"dependencies": {
|
2022-05-14 00:41:48 +00:00
|
|
|
"@actions/core": "^1.8.2",
|
2022-05-13 22:08:04 +00:00
|
|
|
"@actions/github": "^5.0.3",
|
2022-03-17 22:09:19 +00:00
|
|
|
"@octokit/plugin-throttling": "^3.6.2",
|
2021-01-08 20:47:49 +00:00
|
|
|
"@putout/git-status-porcelain": "^1.1.0",
|
2022-05-02 22:05:44 +00:00
|
|
|
"action-input-parser": "^1.2.32",
|
2022-04-18 22:14:21 +00:00
|
|
|
"fs-extra": "^10.1.0",
|
2021-07-14 14:29:21 +00:00
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
"node-readfiles": "^0.2.0"
|
2021-01-08 20:47:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-06 16:36:21 +00:00
|
|
|
"@betahuhn/config": "^1.2.0",
|
2022-03-14 22:06:23 +00:00
|
|
|
"@octokit/core": "^3.6.0",
|
2022-05-26 22:07:38 +00:00
|
|
|
"@vercel/ncc": "^0.34.0",
|
2021-08-02 22:06:49 +00:00
|
|
|
"eslint": "^7.32.0"
|
2021-01-08 20:47:49 +00:00
|
|
|
}
|
|
|
|
}
|