mirror of
https://github.com/cupcakearmy/gitea-sync.git
synced 2024-12-22 16:16:27 +00:00
22 lines
395 B
JSON
22 lines
395 B
JSON
{
|
|
"version": "1.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"build": "tsc",
|
|
"dev": "tsc -w"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"dotenv": "^16.0.3",
|
|
"node-cron": "^3.0.2",
|
|
"winston": "^3.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18",
|
|
"@types/node-cron": "^3.0.7",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|