package.json•763 B
{
"name": "opgg-mcp-esports",
"version": "1.0.0",
"description": "OP.GG Esports MCP Server - LoL Match Schedule Search Tool",
"main": "./build/index.js",
"type": "module",
"bin": {
"opgg-mcp-esports": "./build/index.js"
},
"scripts": {
"test": "npx @modelcontextprotocol/inspector node ./build/index.js",
"build": "tsc && chmod 755 build/index.js"
},
"files": [
"build"
],
"keywords": [
"opgg",
"esports",
"lol"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^22.14.0",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "^5.8.2"
}
}