| { |
| "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", |
| "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 -m unittest discover --start-directory harbor --pattern 'test_*.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.10.1" |
| } |
| } |