Spaces:
Sleeping
Sleeping
| { | |
| "name": "hangout-api-single", | |
| "version": "1.0.0", | |
| "description": "HangOut Main Backend — Single File Edition. Express + Mongoose + JWT + Nodemailer + Google Drive. Designed for Hugging Face Docker Space (mobile deployment friendly). Presented by RVK EDITION.", | |
| "main": "server.js", | |
| "type": "commonjs", | |
| "scripts": { | |
| "start": "node server.js", | |
| "dev": "node --watch server.js" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0" | |
| }, | |
| "dependencies": { | |
| "express": "4.21.2", | |
| "mongoose": "8.9.5", | |
| "multer": "1.4.5-lts.1", | |
| "googleapis": "144.0.0", | |
| "cors": "2.8.5", | |
| "dotenv": "16.4.7", | |
| "jsonwebtoken": "9.0.2", | |
| "bcryptjs": "2.4.3", | |
| "cookie-parser": "1.4.7", | |
| "nanoid": "3.3.7", | |
| "express-rate-limit": "7.5.0", | |
| "helmet": "8.0.0", | |
| "nodemailer": "6.9.16", | |
| "stream": "^0.0.3" | |
| }, | |
| "keywords": [ | |
| "express", | |
| "mongoose", | |
| "mongodb", | |
| "google-drive", | |
| "nodemailer", | |
| "jwt", | |
| "huggingface", | |
| "single-file", | |
| "hangout" | |
| ], | |
| "author": "RVK EDITION", | |
| "license": "MIT" | |
| } | |