mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-12 10:06:23 +02:00
seed-sanctions-pressure.mjs imports fast-xml-parser to parse OFAC SDN XML feeds, but the package was never added to scripts/package.json. Railway deploys crash with ERR_MODULE_NOT_FOUND on startup.
21 lines
490 B
JSON
21 lines
490 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",
|
|
"fast-xml-parser": "^5.2.3",
|
|
"h3-js": "^4.2.1",
|
|
"telegram": "^2.22.2",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|