package.jsonā¢1.17 kB
{
"name": "streamersonglist-mcp",
"version": "1.3.2",
"description": "A Model Context Protocol (MCP) server for interacting with StreamerSongList APIs",
"main": "src/server.js",
"module": "./src/index.ts",
"bin": {
"streamersonglist-mcp": "src/server.js"
},
"files": [
"src/"
],
"scripts": {
"start": "node src/server.js",
"test": "node test-server.js",
"setup": "node setup-claude.js",
"build": "npx smithery build",
"dev": "npx smithery dev"
},
"keywords": [
"mcp",
"model-context-protocol",
"streaming",
"music",
"songlist",
"twitch",
"ai",
"claude"
],
"author": "vuvuvu",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.0",
"undici": "^7.16.0",
"zod": "^3.25.46"
},
"devDependencies": {
"@smithery/cli": "^1.4.7"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuvuvu/streamersonglist-mcp.git"
},
"bugs": {
"url": "https://github.com/vuvuvu/streamersonglist-mcp/issues"
},
"homepage": "https://github.com/vuvuvu/streamersonglist-mcp#readme"
}