package.json•1.08 kB
{
"name": "mcp-server-tft",
"version": "0.1.3",
"description": "MCP Server for Team Fight Tactics (TFT)",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-server-tft": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"tft",
"riot",
"riot-games",
"mcp",
"model-context-protocol",
"game-data"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/GeLi2001/tft-mcp-server.git"
},
"bugs": {
"url": "https://github.com/GeLi2001/tft-mcp-server/issues"
},
"homepage": "https://github.com/GeLi2001/tft-mcp-server#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"node-fetch": "^3.3.2",
"cheerio": "^1.0.0-rc.12",
"yargs": "^17.7.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/yargs": "^17.0.32",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=14.0.0"
}
}