epl-mcp-server
Version:
EPL 축구 소식을 위한 MCP Server
42 lines (41 loc) • 973 B
JSON
{
"name": "epl-mcp-server",
"version": "1.0.6",
"description": "EPL 축구 소식을 위한 MCP Server",
"main": "dist/index.js",
"type": "module",
"bin": {
"epl-mcp-server": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx index.ts",
"start": "node dist/index.js",
"clean": "rm -rf dist",
"rebuild": "npm run clean && npm run build",
"bump.patch": "npm version patch && git push origin main --tags && git pull",
"bump.minor": "npm version minor && git push origin main --tags && git pull"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"@supabase/supabase-js": "^2.39.0",
"dotenv": "^16.3.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"mcp",
"epl",
"football",
"twitter",
"claude"
],
"author": "Hyungchul Nam",
"license": "MIT"
}