Files
drive/apps/file-proxy/package.json

22 lines
370 B
JSON
Raw Permalink Normal View History

{
"name": "@drexa/file-proxy",
"module": "index.ts",
"type": "module",
"private": true,
2025-10-21 23:45:04 +00:00
"scripts": {
"dev": "bun --hot run index.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@fileone/convex": "workspace:*",
2025-10-21 23:45:04 +00:00
"arktype": "^2.1.23",
"convex": "^1.28.0",
"hono": "^4.10.1"
}
}