blob: 8b1929e37190902430a7ee5d19e62b41535a668c [file]
{
"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",
"./desktop-e2e-execution-candidate-main": "./dist/desktop-e2e-execution-candidate-main.js",
"./execution-candidate-main": "./dist/execution-candidate-main.js",
"./server": "./dist/server/index.js"
},
"scripts": {
"clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo",
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "npm run clean && npm run build && npm run test:dist",
"test:dist": "node --test \"dist/**/*.test.js\""
},
"dependencies": {
"@maka/core": "0.1.0",
"@maka/runtime": "0.1.0",
"@maka/storage": "0.1.0",
"zod": "^4.4.3"
},
"devDependencies": {
"electron": "^43.2.0"
}
}