File size: 401 Bytes
c649822
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  }
}