Files
signalk-plugin/package.json
Giuseppe Raffa c2c1598226 feat: Implement rulesets and layout management for kiosk plugin
- Added rulesets manager to handle various data types and updates via HTTP and WebSocket.
- Introduced layout store for managing kiosk layouts with caching and server synchronization.
- Enhanced dashboard and data routes to support new layout and ruleset features.
- Updated kiosk HTML and JavaScript to utilize new layout rendering and data binding.
- Removed obsolete map route and integrated map functionality into the new tile renderer.
- Improved Telegram commands to reflect changes in data structure and logging.
- Refactored weather fetching intervals to prevent multiple instances.
- Added SSE stream for real-time layout updates in the kiosk.
2026-05-12 10:17:54 +02:00

22 lines
555 B
JSON

{
"name": "meb",
"version": "1.5.0",
"description": "Il plugin personalizzato realizzato dal MEB per tener traccia dei log della barca, implementare previsioni meteo e molto altro.",
"main": "plugin/index.js",
"keywords": [
"signalk-node-server-plugin",
"signalk-category-utility",
"signalk-plugin"
],
"signalk-plugin-enabled-by-default": true,
"engines": {
"node": ">=18"
},
"dependencies": {
"@msgpack/msgpack": "^3.1.3",
"express": "^5.2.1",
"node-telegram-bot-api": "^0.66.0",
"ws": "^8.19.0"
}
}