{ "name": "warhammer-oracle", "version": "0.2.75", "description": "Warhammer 40K and Kill Team rules, stats, and game flow MCP server — 10th and 11th Edition, Combat Patrol, Kill Team", "mcpName": "io.github.gregario/warhammer-oracle", "repository": { "type": "git", "url": "https://github.com/gregario/warhammer-oracle.git" }, "type": "module", "bin": { "warhammer-oracle-11e": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', 0o755)\"", "prepare": "npm run build", "dev": "tsx src/index.ts", "lint": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "fetch-data": "tsx scripts/fetch-data.ts", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "prepublishOnly": "npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12", "fast-xml-parser": "^5.2", "zod": "^3.25" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.0.0", "typescript": "^5.7.0", "vitest": "^3.0.0" }, "engines": { "node": ">=18" }, "license": "MIT" }