epl-mcp-server
Version:
EPL 축구 소식을 위한 MCP Server
29 lines • 726 B
JSON
{
"name": "epl-mcp-web-api",
"version": "1.0.0",
"description": "EPL MCP Server Web API",
"main": "dist/web-api-server.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx web-api-server.ts",
"start": "node dist/web-api-server.js",
"serve": "npm run build && npm run start"
},
"dependencies": {
"@supabase/supabase-js": "^2.39.0",
"express": "^4.18.2",
"cors": "^2.8.5",
"dotenv": "^16.3.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/express": "^4.17.21",
"@types/cors": "^2.8.17",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
},
"keywords": ["mcp", "epl", "api", "web", "twitter"],
"author": "Your Name",
"license": "MIT"
}