Files
drive/packages/convex/package.json

15 lines
265 B
JSON
Raw Normal View History

2025-09-16 23:17:01 +00:00
{
"name": "@fileone/convex",
"module": "index.ts",
"type": "module",
2025-09-16 23:18:53 +00:00
"dependencies": {
"@fileone/path": "workspace:*"
},
2025-09-16 23:17:01 +00:00
"peerDependencies": {
"typescript": "^5",
"better-auth": "1.3.8",
"convex": "^1.27.0",
"@convex-dev/better-auth": "^0.8.9"
2025-09-16 23:17:01 +00:00
}
}