Files

24 строки
727 B
JSON

{
"name": "wschat",
"version": "0.1.0",
"private": true,
"description": "WSChat: self-hosted live chat on VPS with Telegram operators, FastPanel-safe deployment, embeddable widget, and admin panel.",
"workspaces": [
"backend",
"admin-panel",
"widget",
"deploy/deploy-agent"
],
"scripts": {
"dev:backend": "npm --workspace backend run dev",
"dev:admin": "npm --workspace admin-panel run dev",
"build:admin": "npm --workspace admin-panel run build",
"build:widget": "npm --workspace widget run build",
"build": "npm run build:admin && npm run build:widget",
"deploy:frontend": "npm --workspace deploy/deploy-agent run deploy"
},
"engines": {
"node": ">=20.0.0"
}
}