blob: 7730b94c22b287f19eedece60172de2e13925309 [file]
{
"name": "maka-agent",
"version": "0.2.0",
"license": "Apache-2.0",
"private": true,
"type": "module",
"exports": {},
"bin": {
"maka": "./dist/cli.js"
},
"maka": {
"managedRuntimeHostUpdateCompatibility": 1
},
"scripts": {
"clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo",
"build:workspace-deps": "npm --workspace @maka/core run build && npm --workspace @maka/storage run build && npm --workspace @maka/mcp run build && npm --workspace @maka/runtime run build && npm --workspace @maka/runtime-host run build && npm --workspace @maka/eval run build",
"build": "tsc -p tsconfig.json && node scripts/chmod-bin.mjs",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test:dist": "node --test \"dist/**/*.test.js\""
},
"dependencies": {
"@agentclientprotocol/sdk": "1.4.0",
"@earendil-works/pi-tui": "0.84.4",
"@maka/core": "0.1.0",
"@maka/eval": "0.1.0",
"@maka/mcp": "0.1.0",
"@maka/runtime": "0.1.0",
"@maka/runtime-host": "0.1.0",
"@maka/storage": "0.1.0"
}
}