{ "name": "@ordinarthur-os/api", "version": "0.0.0", "private": true, "scripts": { "build": "nest build", "dev": "nest start --watch", "start": "node dist/main.js", "lint": "eslint \"src/**/*.ts\"", "typecheck": "tsc --noEmit" }, "dependencies": { "@nestjs/common": "^10.4.4", "@nestjs/core": "^10.4.4", "@nestjs/platform-express": "^10.4.4", "@ordinarthur-os/db": "workspace:*", "@ordinarthur-os/shared": "workspace:*", "drizzle-orm": "^0.36.4", "postgres": "^3.4.5", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1", "zod": "^3.23.8" }, "devDependencies": { "@nestjs/cli": "^10.4.5", "@nestjs/schematics": "^10.1.4", "@types/express": "^4.17.21", "@types/node": "^20.16.10", "ts-node": "^10.9.2", "typescript": "^5.5.4" } }