{ "name": "@buster/server-shared", "version": "0.0.1", "type": "module", "module": "src/index.ts", "private": false, "scripts": { "build": "tsc --build", "dev": "tsc --watch", "lint": "biome check", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./chats": { "types": "./dist/chats/index.d.ts", "default": "./dist/chats/index.js" }, "./metrics": { "types": "./dist/metrics/index.d.ts", "default": "./dist/metrics/index.js" }, "./share": { "types": "./dist/share/index.d.ts", "default": "./dist/share/index.js" }, "./dashboards": { "types": "./dist/dashboards/index.d.ts", "default": "./dist/dashboards/index.js" }, "./currency": { "types": "./dist/currency/index.d.ts", "default": "./dist/currency/index.js" }, "./slack": { "types": "./dist/slack/index.d.ts", "default": "./dist/slack/index.js" } }, "dependencies": { "@buster/vitest-config": "workspace:*", "@buster/typescript-config": "workspace:*", "zod": "catalog:" }, "devDependencies": { "vitest": "catalog:" } }