{ "name": "@repo/api", "version": "0.0.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts", "./context": "./src/context.ts", "./trpc": "./src/trpc.ts" }, "scripts": { "typecheck": "tsc --noEmit", "clean": "rimraf .turbo node_modules" }, "dependencies": { "@repo/db": "workspace:*", "@repo/storage": "workspace:*", "@trpc/server": "^11.0.0", "pino": "^9.5.0", "superjson": "^2.2.2", "zod": "^3.24.1" }, "devDependencies": { "@repo/config": "workspace:*", "rimraf": "^6.0.1", "typescript": "^5.7.2" } }