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",
|
|
|
|
"convex": "^1.27.0"
|
|
|
|
}
|
|
|
|
}
|