veza/package.json
senke 279a10d317 chore(cleanup): remove veza-chat-server directory and all operational references
Chat functionality is now fully handled by the Go backend (since v0.502).
Remove the deprecated Rust chat server and all its references from:
- CI/CD workflows (ci.yml, cd.yml, rust-ci.yml, chat-ci.yml)
- Monitoring & proxy config (prometheus, caddy, haproxy)
- Incus deployment scripts and documentation
- Monorepo config (package.json, dependabot, GH templates)
2026-02-22 21:13:00 +01:00

27 lines
671 B
JSON

{
"name": "veza-monorepo",
"private": true,
"packageManager": "npm@10.9.2",
"workspaces": ["apps/web", "packages/*", "veza-backend-api", "veza-stream-server"],
"overrides": {
"axios": ">=1.13.5"
},
"devDependencies": {
"turbo": "^2.3.0",
"@eslint/js": "^9.39.1",
"@playwright/test": "^1.57.0",
"@types/node": "^25.0.3",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.5.0",
"prettier": "3.6.2",
"typescript": "5.9.3",
"typescript-eslint": "^8.46.3"
},
"scripts": {
"prepare": "husky",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint"
}
}