mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 09:01:14 +00:00
packages
This commit is contained in:
parent
863135d429
commit
43337449e3
88 changed files with 18387 additions and 11 deletions
18
packages/pi-runtime-daemon/package.json
Normal file
18
packages/pi-runtime-daemon/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue