{ "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" } }