File size: 717 Bytes
00303c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc4101f
 
1e9e2b0
3d169e8
f7815d4
8859335
00303c4
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "hf-node-app",
  "version": "1.0.0",
  "description": "A simple Express server for Hugging Face Spaces",
  "main": "app.js",
  "scripts": {
    "start": "node all"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
        "body-parser": "^1.19.0",
    "express": "5.2.1",
     "cors": "2.8.5",
    "uuid": "13.0.0",
    "axios": "1.13.2",
    "jsonwebtoken": "9.0.3",
    "ws": "8.18.2",
    "http": "0.0.1-security",
     "@aws-sdk/client-bedrock-runtime": "3.994.0",
    "@smithy/node-http-handler": "4.5.0",
    "node-fetch": "3.3.2",
    "multer": "2.1.1",
    "express-rate-limit": "8.3.2",
     "openai": "6.22.0",
    
    "@supabase/supabase-js": "2.97.0",
    "dotenv": "17.2.3"
  }
}