co-mono/packages/pi-runtime-daemon/package.json
2026-03-05 15:55:27 -08:00

18 lines
463 B
JSON

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