websocket/package.json
2026-01-29 08:32:41 -08:00

27 lines
753 B
JSON

{
"name": "@lilith/websocket-monorepo",
"version": "1.0.0",
"private": true,
"description": "WebSocket client/server abstractions for Lilith Platform (monorepo)",
"type": "module",
"workspaces": ["core", "client", "server"],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"clean": "turbo run clean",
"lint": "turbo run lint",
"lint:check": "turbo run lint:check"
},
"devDependencies": {
"turbo": "^2.7.3"
},
"keywords": ["websocket", "socket.io", "nestjs", "react", "real-time"],
"author": "Lilith Platform",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"packageManager": "bun@1.2.6"
}