{ "name": "plzebo", "version": "0.2.0", "mcpName": "io.github.wkoverfield/plzebo", "description": "Cost-parity bench for agent loops: measure $/successful-outcome and time-to-outcome across model mixes and setups, locally, on your own keys or subscription.", "type": "module", "license": "MIT", "engines": { "node": ">=20.0.0" }, "bin": { "plzebo": "bin/plzebo.js", "plzebo-mcp": "bin/plzebo-mcp.js" }, "files": [ "bin", "dist", "scripts/arms", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/wkoverfield/plzebo.git" }, "keywords": [ "agent", "benchmark", "cost", "llm", "evaluation", "mcp", "ablation", "cost-per-success" ], "scripts": { "test": "tsx --test test/*.test.ts", "typecheck": "tsc --noEmit", "cli": "tsx src/cli.ts", "mcp": "tsx src/mcp.ts", "fixture:build": "tsx scripts/build-fixture.ts", "build": "tsc -p tsconfig.build.json", "prepublishOnly": "npm test && npm run build" }, "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.19.2", "typescript": "^5.7.2" } }