- apps/broker: ws 8.19.1 (didn't exist) → 8.20.0 (latest) - packages/api: drop dangling @turbostarter/ai workspace ref (same prune debt as apps/web) - pnpm-lock.yaml regenerated from 27 workspaces, 2476 resolved packages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
959 B
JSON
34 lines
959 B
JSON
{
|
|
"name": "@claudemesh/broker",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
|
"dev": "bun --hot src/index.ts",
|
|
"start": "bun src/index.ts",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"lint": "eslint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@turbostarter/prettier-config",
|
|
"dependencies": {
|
|
"@turbostarter/db": "workspace:*",
|
|
"@turbostarter/shared": "workspace:*",
|
|
"drizzle-orm": "0.44.7",
|
|
"libsodium-wrappers": "0.7.15",
|
|
"ws": "8.20.0",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@turbostarter/eslint-config": "workspace:*",
|
|
"@turbostarter/prettier-config": "workspace:*",
|
|
"@turbostarter/tsconfig": "workspace:*",
|
|
"@types/libsodium-wrappers": "0.7.14",
|
|
"@types/ws": "8.5.13",
|
|
"eslint": "catalog:",
|
|
"prettier": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|