mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-13 02:26:22 +02:00
Railway rootDirectory isolates build context — postinstall cp from ../shared/ fails because parent dirs aren't in the Nixpacks image. Commit JSON/CJS configs directly into scripts/shared/. - Remove useless postinstall from scripts/package.json - Remove scripts/shared/ from .gitignore - Commit all shared config files into scripts/shared/ - Add sync test to catch drift between shared/ and scripts/shared/
18 lines
398 B
JSON
18 lines
398 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": {
|
|
"ws": "^8.18.0",
|
|
"telegram": "^2.22.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|