mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"name": "@fileone/convex",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
"./filesystem": "./shared/filesystem.ts",
|
|
"./error": "./shared/error.ts",
|
|
"./types": "./shared/types.ts",
|
|
"./_generated/*": "./_generated/*",
|
|
"./model/*": "./model/*",
|
|
"./shared/*": "./shared/*"
|
|
},
|
|
"dependencies": {
|
|
"@fileone/path": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5",
|
|
"better-auth": "1.3.8",
|
|
"convex": "^1.27.0",
|
|
"convex-helpers": "^0.1.104",
|
|
"@convex-dev/better-auth": "^0.8.9"
|
|
}
|
|
}
|