{
  "name": "tft-oracle",
  "packageManager": "npm@11.11.0",
  "version": "0.1.0",
  "description": "Teamfight Tactics MCP server with champion, trait, item, and augment data from CommunityDragon",
  "type": "module",
  "license": "MIT",
  "main": "dist/server.js",
  "bin": {
    "tft-oracle": "dist/server.js"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.js.map",
    "dist/**/*.d.ts.map",
    "dist/data/schema.sql"
  ],
  "scripts": {
    "build": "tsc && cp src/data/schema.sql dist/data/schema.sql && chmod +x dist/server.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "start": "node dist/server.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "better-sqlite3": "^12.8.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^22.13.10",
    "typescript": "^5.8.2",
    "vitest": "^3.1.0"
  },
  "engines": {
    "node": ">=18"
  },
  "mcpName": "io.github.gregario/tft-oracle",
  "keywords": [
    "mcp",
    "tft",
    "teamfight-tactics",
    "league-of-legends",
    "riot-games",
    "oracle",
    "claude",
    "ai"
  ]
}
