mirror of
https://github.com/Oak-and-Sprout/sprout-track.git
synced 2026-05-07 15:39:42 -05:00
14 lines
317 B
JSON
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"
|
|
}
|
|
}
|