{
  "name": "xai-live-search-mcp",
  "version": "1.1.0",
  "description": "🔥 xAI Live Search integration for Claude Code via MCP - BEAST MODE!",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "xai-live-search-mcp": "dist/index.js",
    "xai-mcp-setup": "setup-wizard.cjs"
  },
  "files": [
    "dist/**/*",
    "README.md",
    ".env.example",
    "setup-wizard.cjs",
    "test-mcp.cjs"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx --watch src/index.ts",
    "start": "node dist/index.js",
    "test": "node test-mcp.cjs",
    "test-jest": "jest",
    "setup": "node setup-wizard.cjs",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "axios": "^1.6.0",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0",
    "jest": "^29.0.0",
    "@types/jest": "^29.0.0"
  },
  "keywords": [
    "xai",
    "grok",
    "live-search",
    "mcp",
    "claude",
    "ai",
    "model-context-protocol",
    "real-time-search",
    "web-search"
  ],
  "author": "Cracked-Jacked-Claude",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/your-org/xai-live-search-mcp.git"
  },
  "homepage": "https://github.com/your-org/xai-live-search-mcp#readme",
  "bugs": {
    "url": "https://github.com/your-org/xai-live-search-mcp/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
