mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 14:01:40 +00:00
15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"name": "@fileone/convex",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fileone/path": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5",
|
|
"better-auth": "1.3.8",
|
|
"convex": "^1.27.0",
|
|
"@convex-dev/better-auth": "^0.8.9"
|
|
}
|
|
}
|