{ "type": "module", "name": "@withinfocus/tba-mcp-server", "mcpName": "io.github.withinfocus/tba", "version": "1.4.0", "description": "The Blue Alliance MCP Server", "repository": { "type": "git", "url": "https://github.com/withinfocus/tba-mcp-server" }, "author": "Matt Bishop ", "license": "MIT", "bugs": { "url": "https://github.com/withinfocus/tba-mcp-server/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "shx": "0.4.0", "zod": "4.5.4" }, "devDependencies": { "@eslint/js": "10.0.1", "@jest/globals": "30.5.1", "@modelcontextprotocol/inspector": "2.5.0", "@playwright/test": "1.62.1", "@stylistic/eslint-plugin": "5.10.0", "@types/jest": "30.0.0", "@types/node": "24.13.3", "eslint": "10.9.1", "globals": "17.12.0", "jest": "30.5.1", "jest-junit": "17.0.0", "prettier": "3.9.6", "ts-jest": "29.4.12", "typescript": "6.0.3", "typescript-eslint": "8.69.0" }, "packageManager": "pnpm@11.20.0", "bin": { "mcp-server-tba": "dist/index.js" }, "files": [ "dist" ], "scripts": { "lint": "eslint . --cache --cache-strategy content && prettier --check .", "lint:fix": "eslint . --cache --cache-strategy content --fix", "build": "tsc && shx chmod +x dist/*.js", "inspect": "mcp-inspector node dist/index.js", "test": "jest --silent", "test:watch": "jest --watch", "test:unit": "jest --silent", "test:integration": "playwright test", "test:integration:ui": "playwright test --ui", "test:integration:debug": "playwright test --debug", "test:integration:headed": "playwright test --headed", "test:all": "pnpm run test:unit && pnpm run test:integration", "start:test": "node dist/index.js" }, "engines": { "node": ">=24", "pnpm": ">=11" } }