blob: f23d7fce60e18f3505a4616b76ee9ebe5f36966c [file]
{
"name": "@maka/eval",
"version": "0.1.0",
"license": "Apache-2.0",
"description": "Minimal experiment semantics for Maka evaluation.",
"type": "module",
"releaseFiles": [
"dist",
"harbor/deepseek-codex-models.json",
"harbor/deepseek-harness-profile/cordis.patch.yml",
"harbor/deepseek-harness-profile/cordis.yml",
"harbor/deepseek-harness-profile/package.json",
"harbor/docker-compose-egress-proxy.yaml",
"harbor/egress-proxy/Dockerfile",
"harbor/egress-proxy/entrypoint.sh",
"harbor/egress-proxy/network-policy",
"harbor/egress_filter.py",
"harbor/eval_framework.py",
"harbor/relay_agent.py",
"harbor/run_trial.py"
],
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./harbor": "./dist/harness-executor.js",
"./pier": "./dist/harness-executor.js"
},
"scripts": {
"clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo",
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test:dist": "node --test \"dist/**/*.test.js\" && python3 harbor/test_eval_framework.py && python3 harbor/test_relay_contract.py && python3 harbor/test_relay_lifecycle.py && python3 harbor/test_egress_filter.py && python3 harbor/test_run_trial_policy.py && python3 harbor/test_relay_artifacts.py && python3 harbor/test_cell_egress_namespace.py",
"test:egress-proxy:live": "python3 harbor/test_egress_filter_live.py"
},
"dependencies": {
"@maka/core": "0.1.0",
"@maka/runtime-host": "0.1.0",
"undici": "^8.7.0"
}
}