{ "name": "@saas/api-service", "version": "1.0.0", "description": "Core API service for SaaS platform", "main": "dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "migrate": "node dist/migrate.js", "seed": "node dist/seed.js" }, "dependencies": { "axios": "^1.6.2", "bcrypt": "^5.1.1", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "express-rate-limit": "^7.1.5", "express-validator": "^7.0.1", "helmet": "^7.1.0", "minio": "^7.1.3", "multer": "^1.4.5-lts.1", "node-cron": "^3.0.3", "nodemailer": "^7.0.10", "pg": "^8.11.3", "redis": "^4.6.10", "uuid": "^9.0.1", "ws": "^8.14.2" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/multer": "^1.4.11", "@types/node-cron": "^3.0.11", "@types/nodemailer": "^7.0.4", "@types/pg": "^8.10.7", "@types/uuid": "^9.0.7", "@types/ws": "^8.5.10", "tsx": "^4.6.2", "typescript": "^5.3.3" } }