gitea-sync/package.json

21 lines
378 B
JSON
Raw Permalink Normal View History

2023-03-09 02:09:52 +01:00
{
2024-01-27 01:26:52 +01:00
"version": "1.2.0",
2023-03-09 02:09:52 +01:00
"type": "module",
"scripts": {
"start": "node .",
"build": "tsc",
"dev": "tsc -w"
},
"main": "./dist/index.js",
"dependencies": {
2024-01-27 01:26:52 +01:00
"axios": "^1.6.7",
"node-cron": "^3.0.3",
"winston": "^3.11.0"
2023-03-09 02:09:52 +01:00
},
"devDependencies": {
2024-01-27 01:26:52 +01:00
"@types/node": "^20.11.7",
"@types/node-cron": "^3.0.11",
"typescript": "^5.3.3"
2023-03-09 02:09:52 +01:00
}
}