Shinhati2023 commited on
Commit
c649822
·
verified ·
1 Parent(s): bcce6d0

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +17 -0
package.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "hf-drive-app",
3
+ "version": "1.0.0",
4
+ "scripts": {
5
+ "start": "node server/index.js",
6
+ "build:client": "cd client && npm install && npm run build"
7
+ },
8
+ "dependencies": {
9
+ "express": "^4.18.2",
10
+ "cors": "^2.8.5",
11
+ "dotenv": "^16.3.1",
12
+ "@supabase/supabase-js": "^2.38.0",
13
+ "googleapis": "^126.0.1",
14
+ "multer": "^1.4.5-lts.1",
15
+ "stream-buffers": "^3.0.2"
16
+ }
17
+ }