{ "name": "@stock-bot/data-catalog", "version": "1.0.0", "private": true, "description": "Data catalog and discovery service for stock-bot", "type": "module", "main": "dist/index.js", "scripts": { "dev": "bun run --hot src/index.ts", "build": "tsc", "start": "node dist/index.js", "test": "bun test", "type-check": "tsc --noEmit" }, "dependencies": { "@stock-bot/shared-types": "workspace:*", "@stock-bot/utils": "workspace:*", "@stock-bot/event-bus": "workspace:*", "@stock-bot/api-client": "workspace:*", "hono": "^4.0.0", "zod": "^3.22.0", "elasticsearch": "^16.7.3", "neo4j-driver": "^5.15.0", "cron": "^3.1.6", "uuid": "^9.0.1" }, "devDependencies": { "@types/uuid": "^9.0.8", "@types/cron": "^2.4.0", "@types/node": "^20.0.0", "typescript": "^5.3.0" }, "keywords": [ "data-catalog", "data-discovery", "data-lineage", "metadata", "stock-bot" ] }