{ "name": "@courtmitra/adapters", "version": "0.1.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "build": "tsc --noEmit" }, "dependencies": { "@ai-sdk/openai-compatible": "^2.0.48", "@courtmitra/contracts": "workspace:*", "@courtmitra/db": "workspace:*", "@courtmitra/ports": "workspace:*", "@courtmitra/prompts": "workspace:*", "@openrouter/ai-sdk-provider": "^2.9.0", "ai": "^6.0.191", "drizzle-orm": "^0.45.2", "zod": "^4.4.3" }, "devDependencies": { "typescript": "^5.7.2" } }