{ "name": "@linkdr/api", "version": "0.0.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts", "./client": "./src/client.ts" }, "scripts": { "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@linkdr/db": "workspace:*", "@linkdr/geocode": "workspace:*", "@linkdr/notify": "workspace:*", "@linkdr/shared": "workspace:*", "@linkdr/storage": "workspace:*", "@opentelemetry/api": "1.9.1", "@trpc/server": "^11.18.0", "drizzle-orm": "0.38.4", "superjson": "^2.2.6", "zod": "^3.24.1" }, "devDependencies": { "dotenv": "16.4.7", "typescript": "^5.7.3", "vitest": "^2.1.8" } }