This commit is contained in:
Harivansh Rathi 2026-03-05 15:55:27 -08:00
parent 863135d429
commit 43337449e3
88 changed files with 18387 additions and 11 deletions

View file

@ -0,0 +1,18 @@
{
"name": "@local/pi-runtime-daemon",
"version": "0.0.1",
"description": "Local process daemon that keeps PyRuntime running with startup and readiness probes.",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"start": "node ./bin/pi-runtime-daemon.mjs",
"test": "node --check ./bin/pi-runtime-daemon.mjs"
},
"bin": {
"pi-runtime-daemon": "bin/pi-runtime-daemon.mjs"
},
"engines": {
"node": ">=20.0.0"
}
}