mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-26 01:24:59 +02:00
- Add package.json for standalone deployment - Use PORT env variable for Railway compatibility - Support AISSTREAM_API_KEY env variable 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
282 B
JSON
16 lines
282 B
JSON
{
|
|
"name": "ais-relay",
|
|
"version": "1.0.0",
|
|
"description": "WebSocket relay for aisstream.io vessel tracking",
|
|
"main": "ais-relay.cjs",
|
|
"scripts": {
|
|
"start": "node ais-relay.cjs"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.18.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|