Files
var-monorepo/apps/hub-server/package.json

36 lines
774 B
JSON

{
"name": "hub-server",
"exports": {
"helpers": "./helper"
},
"scripts": {
"dev": "nodemon --signal SIGINT",
"start": "tsx index.ts --transpile-only"
},
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"@repo/db": "*",
"@repo/typescript-config": "*",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.2",
"@types/node": "^22.15.29",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.1.6",
"concurrently": "^9.1.2",
"typescript": "latest"
},
"dependencies": {
"@react-email/components": "^0.0.41",
"axios": "^1.9.0",
"cors": "^2.8.5",
"cron": "^4.3.1",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"nodemailer": "^7.0.3",
"nodemon": "^3.1.10",
"react": "^19.1.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.4"
}
}