mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-26 01:24:59 +02:00
24 lines
564 B
JSON
24 lines
564 B
JSON
{
|
|
"name": "worldmonitor-railway-relay",
|
|
"version": "1.1.1",
|
|
"description": "Railway relay: AIS/OpenSky + RSS proxy + Telegram OSINT poller",
|
|
"main": "ais-relay.cjs",
|
|
"scripts": {
|
|
"start": "node ais-relay.cjs",
|
|
"telegram:session": "node telegram/session-auth.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.79.0",
|
|
"xlsx": "^0.18.5",
|
|
"@aws-sdk/client-s3": "^3.1009.0",
|
|
"sax": "^1.6.0",
|
|
"h3-js": "^4.2.1",
|
|
"telegram": "^2.22.2",
|
|
"ws": "^8.18.0",
|
|
"undici": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|