{ "name": "web", "version": "0.0.1", "private": true, "type": "module", "scripts": { "dev": "tsx --watch index.ts", "build": "tsc", "start": "node dist/index.js", "watch": "tsc --watch", "typecheck": "tsc --noEmit" }, "dependencies": { "@atproto/api": "^0.18.8", "@atproto/did": "^0.2.3", "@atproto/oauth-client-node": "^0.3.13", "@atproto/syntax": "^0.4.2", "@hono/node-server": "^1.19.7", "@tealfmbot/common": "workspace:*", "@tealfmbot/database": "workspace:*", "hono": "^4.11.3", "pino-http": "^11.0.0" }, "devDependencies": { "@tealfmbot/tsconfig": "workspace:*", "@types/node": "^25.0.3", "tsx": "^4.21.0", "typescript": "^5.9.3" } }