{ "name": "universal-brute-workpack", "version": "0.2.0", "mcpName": "io.github.haoyun18881-beep/universal-brute-workpack", "description": "Read-only DeepSeek delegation for Codex, with bounded execution and recoverable reports.", "type": "module", "main": "src/bridge.js", "bin": { "universal-brute-workpack": "src/bridge.js" }, "scripts": { "start": "node ./src/bridge.js", "doctor": "node ./src/bridge.js doctor", "test": "node --test test/readonly.test.mjs test/delegate-engine.test.mjs test/stdio.test.mjs test/search.test.mjs", "pack:dry": "npm pack --dry-run" }, "license": "Apache-2.0", "author": "Yupeng Zhou", "homepage": "https://github.com/haoyun18881-beep/universal-brute-workpack#readme", "repository": { "type": "git", "url": "git+https://github.com/haoyun18881-beep/universal-brute-workpack.git" }, "bugs": { "url": "https://github.com/haoyun18881-beep/universal-brute-workpack/issues" }, "engines": { "node": ">=20.3" }, "keywords": [ "mcp", "codex", "deepseek", "read-only", "delegation" ], "files": [ "src/bridge.js", "src/lib/config.js", "src/lib/delegate-engine.js", "src/lib/redact.js", "src/lib/version.js", "src/tools/readonly.js", "src/tools/search.js", "config/universal-brute-workpack.example.json", "config/rps.example.json", "README.md", "LICENSE", "assets/ubw.svg", "assets/ubw-header.svg", "assets/ubw-api-choice.png", "assets/ubw-delegation.png", "skills/ubw/SKILL.md" ], "dependencies": {} }