This commit is contained in:
Morten Olsen
2025-10-01 23:00:03 +02:00
commit f9e8456cf9
5 changed files with 451 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "git-exodus",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"dependencies": {
"dotenv": "^17.2.2",
"gitea-js": "^1.23.0",
"octokit": "^5.0.3"
}
}