| { | |
| "name": "nodejs", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@types/node": "^22.13.11", | |
| "axios": "^1.12.2", | |
| "bcryptjs": "^3.0.2", | |
| "resend": "^3.0.0", | |
| "bycf": "^1.0.1", | |
| "puppeteer": "^23.10.4", | |
| "express": "^5.1.0", | |
| "playwright": "*", | |
| "express-rate-limit": "^8.1.0", | |
| "groq-sdk": "^0.33.0", | |
| "jimp": "^1.6.0", | |
| "jsonwebtoken": "^9.0.2", | |
| "jsqr": "^1.4.0", | |
| "mongoose": "^8.18.1", | |
| "multer": "^2.0.2", | |
| "nodemailer": "^7.0.6", | |
| "notmebotz-tools": "^2.0.29", | |
| "syntax-error": "^1.4.0" | |
| } | |
| } | |