| { | |
| "name": "backend", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node server.js", | |
| "dev": "nodemon server.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "type": "module", | |
| "dependencies": { | |
| "@google/generative-ai": "^0.24.1", | |
| "@supabase/supabase-js": "^2.56.0", | |
| "axios": "^1.13.5", | |
| "cheerio": "^1.2.0", | |
| "cors": "^2.8.6", | |
| "dotenv": "^17.2.4", | |
| "express": "^5.2.1", | |
| "ffmpeg-static": "^5.2.0", | |
| "p-limit": "^7.3.0" | |
| }, | |
| "devDependencies": { | |
| "nodemon": "^3.1.11", | |
| "puppeteer": "^24.37.2" | |
| } | |
| } | |