Files
2026-03-13 09:07:47 -05:00

14 lines
317 B
JSON

{
"name": "st-guardian",
"version": "1.0.0",
"description": "Lightweight reverse proxy, health monitor, and update orchestrator for Sprout Track",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"better-sqlite3": "^11.0.0",
"http-proxy-node16": "^1.0.6"
}
}