{ "name": "@stock-bot/handlers", "version": "1.0.0", "description": "Universal handler system for queue and event-driven operations", "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "build": "tsc", "clean": "rimraf dist", "test": "bun test" }, "dependencies": { "@stock-bot/cache": "workspace:*", "@stock-bot/config": "workspace:*", "@stock-bot/handler-registry": "workspace:*", "@stock-bot/logger": "workspace:*", "@stock-bot/types": "workspace:*", "@stock-bot/utils": "workspace:*", "mongodb": "^6.12.0" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.0", "bun-types": "^1.2.15" } }