{ "name": "backend", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "dev": "node --watch src/index.js", "start": "node src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@supabase/supabase-js": "^2.99.1", "axios": "^1.13.6", "bcryptjs": "^3.0.3", "cors": "^2.8.6", "dotenv": "^17.3.1", "express": "^5.2.1", "form-data": "^4.0.5", "jsonwebtoken": "^9.0.3", "multer": "^2.1.1", "uuid": "^13.0.0" } }