mirror of
https://github.com/cupcakearmy/gitea-sync.git
synced 2024-12-22 16:16:27 +00:00
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"version": "1.2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"build": "tsc",
|
|
"dev": "tsc -w"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"node-cron": "^3.0.3",
|
|
"winston": "^3.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.7",
|
|
"@types/node-cron": "^3.0.11",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|