{ "name": "infobroker", "version": "2026.09.14", "description": "Infobroker MCP Server — multi-provider research & writing backend", "type": "module", "main": "dist/index.js", "bin": { "infobroker": "bin/infobroker.js" }, "mcpName": "io.github.flukeatzerocool/infobroker", "repository": { "type": "git", "url": "git+https://github.com/flukeatzerocool/infobroker.git" }, "files": [ "dist", "bin" ], "scripts": { "build": "tsc -p tsconfig.build.json", "prepublishOnly": "npm run build", "start": "tsx src/index.ts", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "test": "vitest run", "test-skills": "bash scripts/test-skills.sh", "test-research": "bash scripts/test-research.sh", "validate-spec": "npx tsx scripts/validate-spec.ts", "validate-readme": "npx tsx scripts/validate-readme.ts", "check-script-discipline": "npx tsx scripts/check-script-discipline.ts", "generate-auth": "npx tsx scripts/generate-provider-auth.ts", "generate-provider-map": "npx tsx scripts/generate-provider-map.ts", "version-bump": "npx tsx scripts/version.ts bump", "version-sync": "npx tsx scripts/version.ts check", "audit": "npm audit --audit-level=high", "push": "bash scripts/push-pipeline.sh", "check": "npm run typecheck && npm run validate-spec && npm run validate-readme && npm run check-script-discipline && npm run test && npm run audit && npx tsx scripts/check-shipped-kb-empty.ts" }, "keywords": [ "search", "research", "mcp", "infobroker" ], "author": "Infobroker", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "cheerio": "^1.0.0", "tldts": "^7.4.10", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^26.1.2", "markdownlint-cli": "^0.49.1", "tsx": "^4.23.5", "typescript": "^7.0.2", "vitest": "^4.1.10" } }