32 lines
829 B
JSON
32 lines
829 B
JSON
{
|
|
"name": "@code/backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"scripts": {
|
|
"dev": "convex dev --env-file ../../.env",
|
|
"dev:setup": "convex dev --env-file ../../.env --configure --until-success",
|
|
"check-types": "tsc --noEmit -p convex/tsconfig.json",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/expo": "catalog:",
|
|
"@code/env": "workspace:*",
|
|
"@code/primitives": "workspace:*",
|
|
"@convex-dev/better-auth": "catalog:",
|
|
"better-auth": "catalog:",
|
|
"convex": "catalog:",
|
|
"effect": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@code/config": "workspace:*",
|
|
"@types/node": "^24.3.0",
|
|
"typescript": "catalog:",
|
|
"convex-test": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|