Files
worldmonitor/scripts/package.json
Elie Habib 39a479629b fix(r2): add s3 client to scripts runtime (#1831)
* fix(r2): add s3 client to scripts runtime

* fix(r2): update scripts lockfile for s3 client
2026-03-19 00:51:54 +04:00

22 lines
529 B
JSON

{
"name": "worldmonitor-railway-relay",
"version": "1.1.0",
"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",
"@aws-sdk/client-s3": "^3.1009.0",
"fast-xml-parser": "^5.2.3",
"h3-js": "^4.2.1",
"telegram": "^2.22.2",
"ws": "^8.18.0"
},
"engines": {
"node": ">=20"
}
}