Spaces:
Sleeping
Sleeping
| { | |
| "name": "hf-drive-app", | |
| "version": "1.0.0", | |
| "scripts": { | |
| "start": "node server/index.js", | |
| "build:client": "cd client && npm install && npm run build" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "cors": "^2.8.5", | |
| "dotenv": "^16.3.1", | |
| "@supabase/supabase-js": "^2.38.0", | |
| "googleapis": "^126.0.1", | |
| "multer": "^1.4.5-lts.1", | |
| "stream-buffers": "^3.0.2" | |
| } | |
| } | |