{ "name": "server", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon --watch src --ext ts --exec tsx src/index.ts" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.4.0", "@types/node-cron": "^3.0.11", "@types/nodemailer": "^7.0.11", "nodemon": "^3.1.14", "tsx": "^4.21.0", "typescript": "^5.9.3" }, "dependencies": { "@libsql/client": "^0.17.0", "@types/jsonwebtoken": "^9.0.10", "cors": "^2.8.6", "date-fns": "^4.1.0", "dotenv": "^17.3.1", "express": "^5.2.1", "jsonwebtoken": "^9.0.3", "node-cron": "^4.2.1", "nodemailer": "^8.0.2", "sqlite": "^5.1.1", "sqlite3": "^5.1.7", "xlsx": "^0.18.5", "zod": "^4.3.6" } }