mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
22 lines
370 B
JSON
22 lines
370 B
JSON
{
|
|
"name": "@drexa/file-proxy",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bun --hot run index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@fileone/convex": "workspace:*",
|
|
"arktype": "^2.1.23",
|
|
"convex": "^1.28.0",
|
|
"hono": "^4.10.1"
|
|
}
|
|
}
|