Files
var-monorepo/apps/hub-server/package.json
2025-06-26 20:40:23 -07:00

38 lines
856 B
JSON

{
"name": "hub-server",
"exports": {
"helpers": "./helper"
},
"scripts": {
"dev": "nodemon --signal SIGINT",
"start": "tsx index.ts --transpile-only",
"build": "tsc"
},
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"concurrently": "^9.1.2",
"typescript": "latest"
},
"dependencies": {
"@react-email/components": "^0.0.41",
"@repo/shared-components": "workspace:*",
"@repo/db": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@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",
"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"
}
}