package.json•698 B
{
"name": "twitch-mcp-server",
"version": "1.1.3",
"description": "Twitch MCP Server - AI integration for Twitch chat",
"main": "index.js",
"bin": {
"twitch-mcp-server": "bin/twitch-mcp.js"
},
"scripts": {
"start": "node ./bin/twitch-mcp.js",
"verify": "node ../twitch-mcp-npm-verify/verify.js",
"test": "node ../twitch-mcp-npm-test/test.js"
},
"keywords": [
"twitch",
"mcp",
"ai",
"chat",
"moderation",
"streaming"
],
"author": "Eclipse XV",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"yargs": "^17.7.2"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"bin/",
"lib/",
"README.md"
]
}