hugstream-upload / package.json
sachnun's picture
Fix TypeScript errors: remove DATABASE_AUTH_TOKEN and add @types /pg
dc5edb2
raw
history blame contribute delete
534 Bytes
{
"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"
}
}