mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
18 lines
294 B
JSON
18 lines
294 B
JSON
|
|
{
|
||
|
|
"name": "@drexa/file-proxy",
|
||
|
|
"module": "index.ts",
|
||
|
|
"type": "module",
|
||
|
|
"private": true,
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/bun": "latest"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"typescript": "^5"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@fileone/convex": "workspace:*",
|
||
|
|
"convex": "^1.28.0",
|
||
|
|
"hono": "^4.10.1"
|
||
|
|
}
|
||
|
|
}
|