Files
github-exodus/package.json
Morten Olsen f9e8456cf9 init
2025-10-01 23:00:03 +02:00

20 lines
381 B
JSON

{
"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"
}
}