File size: 534 Bytes
546cb79
 
 
 
 
 
 
 
 
 
cc272f7
0ae22a2
cc272f7
ac789a7
fe48b45
 
546cb79
 
 
dc5edb2
546cb79
 
 
cc272f7
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
{
  "name": "hugstream-upload",
  "type": "module",
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "@hono/node-server": "^1.19.5",
    "@huggingface/hub": "^2.6.12",
    "@oslojs/encoding": "^1.1.0",
    "drizzle-orm": "^0.44.6",
    "formdata-node": "^6.0.3",
    "hono": "^4.10.1",
    "pg": "^8.16.3"
  },
  "devDependencies": {
    "@types/node": "^20.11.17",
    "@types/pg": "^8.15.5",
    "tsx": "^4.7.1",
    "typescript": "^5.8.3"
  }
}