Files
worldmonitor/scripts/package.json
Elie Habib 24b95a4532 Prepare AIS relay for Railway deployment
- 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>
2026-01-10 13:50:59 +04:00

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"
}
}