| { | |
| "name": "backend", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js", | |
| "dev": "nodemon server.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "type": "commonjs", | |
| "dependencies": { | |
| "@gradio/client": "^2.0.3", | |
| "@seald-io/nedb": "^4.1.2", | |
| "axios": "^1.13.2", | |
| "bcryptjs": "^3.0.3", | |
| "cheerio": "^1.2.0", | |
| "cookie-parser": "^1.4.7", | |
| "cors": "^2.8.6", | |
| "dotenv": "^17.2.3", | |
| "express": "^5.2.1", | |
| "express-rate-limit": "^8.2.1", | |
| "form-data": "^4.0.1", | |
| "helmet": "^8.1.0", | |
| "jsonwebtoken": "^9.0.3", | |
| "mongoose": "^9.1.5", | |
| "multer": "^2.0.2", | |
| "nodemailer": "^7.0.12", | |
| "passport": "^0.7.0", | |
| "passport-github2": "^0.1.12", | |
| "pdf-parse": "^2.4.5", | |
| "socket.io": "^4.8.3", | |
| "tesseract.js": "^7.0.0", | |
| "validator": "^13.15.26" | |
| }, | |
| "devDependencies": { | |
| "concurrently": "^9.2.1", | |
| "nodemon": "^3.1.11" | |
| } | |
| } | |