Ребренд Мониторинг Орбита -> Железный Егорин; accent green->amber #F59E0B; LoginScreen правая половина = Lightning (WebGL, hue 35 тёплый) под стеклянной формой; левая панель — тёплый градиент. Доступ агентам: репо публичный, push german-токеном. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
543 B
JSON
19 lines
543 B
JSON
{
|
|
"name": "servaki-monitor-api",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Бэкенд-шлюз Servaki Monitor: адаптеры Traccar / Wiren Board (MQTT) / InfluxDB → единая модель, REST + WebSocket, RBAC, мультиарендность",
|
|
"main": "src/server.js",
|
|
"scripts": {
|
|
"start": "node src/server.js"
|
|
},
|
|
"dependencies": {
|
|
"@influxdata/influxdb-client": "^1.35.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"mqtt": "^5.7.0",
|
|
"ws": "^8.17.0"
|
|
}
|
|
}
|