mirror of
https://github.com/amalgamated-tools/mirror-to-gitea.git
synced 2025-12-23 22:18:05 -05:00
29 lines
726 B
JSON
29 lines
726 B
JSON
{
|
|
"name": "mirror-to-gitea",
|
|
"version": "1.0.0",
|
|
"description": "mirror all your public github repositories to your gitea server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx esbuild src/index.js --bundle --outdir=dist/ --platform=node"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jaedle/mirror-to-gitea.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/jaedle/mirror-to-gitea/issues"
|
|
},
|
|
"homepage": "https://github.com/jaedle/mirror-to-gitea#readme",
|
|
"dependencies": {
|
|
"@octokit/rest": "^18.0.12",
|
|
"p-queue": "^6.6.2",
|
|
"superagent": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "0.24.0"
|
|
}
|
|
}
|