{
"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"
},
"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"
}
"dependencies": {
"@buster/typescript-config": "workspace:*",
"zod": "catalog:"