| { |
| "name": "@maka/runtime-host", |
| "version": "0.1.0", |
| "license": "Apache-2.0", |
| "description": "Single-owner Runtime Host lifecycle, protocol, and client bootstrap.", |
| "type": "module", |
| "private": true, |
| "exports": { |
| "./adapter": "./dist/adapter/index.js", |
| "./protocol": "./dist/protocol/index.js", |
| "./client": "./dist/client/index.js", |
| "./client-capability-entity-id": "./dist/client-capability-entity-id.js", |
| "./webrtc-stun-policy": "./dist/webrtc-stun-policy.js", |
| "./peer-reachability": "./dist/peer-reachability/index.js", |
| "./peer-mesh": "./dist/peer-mesh/index.js", |
| "./operator": "./dist/operator/index.js", |
| "./operator/update-package-evidence": "./dist/operator/update-package-evidence.js", |
| "./profile-kind": "./dist/profile-kind.js", |
| "./execution-candidate-main": "./dist/execution-candidate-main.js", |
| "./server": "./dist/server/index.js", |
| "./test-only/client-capability-host": "./dist/test-only/client-capability-host.js", |
| "./test-only/execution-candidate-e2e-main": "./dist/test-only/execution-candidate-e2e-main.js" |
| }, |
| "scripts": { |
| "clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo", |
| "build": "tsc -p tsconfig.json", |
| "benchmark:transcript": "node scripts/transcript-data-plane-benchmark.mjs", |
| "typecheck": "tsc -p tsconfig.json --noEmit", |
| "test:dist": "node --test \"dist/**/*.test.js\"" |
| }, |
| "dependencies": { |
| "@agentclientprotocol/sdk": "1.4.0", |
| "@maka/core": "0.1.0", |
| "@maka/runtime": "0.1.0", |
| "@maka/storage": "0.1.0", |
| "systeminformation": "^5.33.8", |
| "ws": "^8.21.3", |
| "yaml": "^2.9.0", |
| "zod": "^4.5.4" |
| }, |
| "devDependencies": { |
| "@types/ws": "^8.18.1", |
| "electron": "^43.4.1" |
| } |
| } |