18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"scripts": {
|
|
"dev": "nodemon",
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/db": "*",
|
|
"@repo/typescript-config": "*",
|
|
"@types/node": "^22.13.5",
|
|
"concurrently": "^9.1.2",
|
|
"typescript": "latest"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"cron": "^4.1.0"
|
|
}
|
|
}
|