mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
13 lines
200 B
JSON
13 lines
200 B
JSON
{
|
|
"name": "@fileone/convex",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fileone/path": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5",
|
|
"convex": "^1.27.0"
|
|
}
|
|
}
|