Spaces:
Sleeping
Sleeping
File size: 924 Bytes
2dddd1f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | {
"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"
}
}
|