mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 03:00:44 +00:00
18 lines
463 B
JSON
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"
|
|
}
|
|
}
|