{
"name": "impyard",
"version": "0.0.1",
"private": true,
"description": "pi (the engine) is the only Node dependency — mounted read-only into the box. All host-side code is Rust (the `impyard` binary). Run `npm install` once to provide pi to the box.",
"engines": {
"node": ">=24"
},
"scripts": {
"test": "cargo test"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "0.80.3",
"defuddle": "0.19.1",
"linkedom": "0.18.12"
}
}