Files
worldmonitor/package.json
Elie Habib a9d67ed7aa Rename AIS to Shipping, add WebSocket relay for live vessel tracking
- Rename AIS layer to "Shipping" throughout UI for clarity
- Add local WebSocket relay server to proxy aisstream.io data
- Fix cable-activity.ts NGA warnings array handling bug
- Add ws package for relay server
- Improve Shipping service logging and error handling

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 13:29:59 +04:00

24 lines
483 B
JSON

{
"name": "world-monitor",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/topojson-client": "^3.1.5",
"@types/topojson-specification": "^1.0.5",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"ws": "^8.19.0"
},
"dependencies": {
"d3": "^7.9.0",
"topojson-client": "^3.1.0"
}
}