{ "name": "ai-caller-web-backend", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node api/index" }, "author": "", "license": "ISC", "description": "", "dependencies": { "@supabase/supabase-js": "^2.50.0", "axios": "^1.9.0", "cors": "^2.8.5", "crypto": "^1.0.1", "dotenv": "^16.5.0", "express": "^5.1.0", "nodemailer": "^7.0.3" } }