{ "name": "virtual-tryon-backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "start-dev": "nodemon index.js", "test": "echo \"Error: no test specified\" && exit 1", "vercel-build": "echo \"Building for Vercel\"" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "@supabase/supabase-js": "^2.76.1", "axios": "^1.12.2", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.1.0", "nodemon": "^3.1.10", "replicate": "^1.3.0" } }