initial commit

This commit is contained in:
-Puter
2026-07-19 02:46:47 +05:30
commit 8033a8edb0
121 changed files with 7845 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "@code/backend",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"scripts": {
"dev": "convex dev",
"dev:setup": "convex dev --configure --until-success"
},
"dependencies": {
"@better-auth/expo": "catalog:",
"@convex-dev/better-auth": "catalog:",
"better-auth": "catalog:",
"convex": "catalog:",
"dotenv": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@code/config": "workspace:*",
"@types/node": "^24.3.0",
"typescript": "^6"
}
}