{ "name": "osint-backend", "version": "1.0.0", "description": "OSINT Platform Backend", "type": "module", "main": "dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js" }, "dependencies": { "express": "^4.18.2", "cors": "^2.8.5", "helmet": "^7.1.0", "bcryptjs": "^2.4.3", "jsonwebtoken": "^9.0.2", "cookie-parser": "^1.4.6", "mongoose": "^8.2.1", "playwright": "^1.42.1", "playwright-extra": "^4.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "dotenv": "^16.4.5", "uuid": "^9.0.1", "winston": "^3.11.0", "express-rate-limit": "^7.2.0", "socket.io": "^4.7.5" }, "devDependencies": { "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "@types/bcryptjs": "^2.4.6", "@types/jsonwebtoken": "^9.0.6", "@types/cookie-parser": "^1.4.7", "@types/uuid": "^9.0.8", "@types/node": "^20.11.24", "typescript": "^5.4.2", "tsx": "^4.7.1" } }