package.json•1.31 kB
{
"name": "@shaktech786/restream-mcp-server",
"version": "1.0.0",
"description": "Model Context Protocol server for Restream API integration - manage streams, channels, and analytics",
"type": "module",
"main": "dist/index.js",
"bin": {
"restream-mcp-server": "dist/index.js"
},
"files": [
"dist",
"README.md",
"QUICK_START.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"restream",
"streaming",
"live-streaming",
"api",
"multistreaming",
"youtube",
"twitch",
"facebook-live",
"claude",
"ai-tools"
],
"author": "shaktech786",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shaktech786/restream-mcp-server.git"
},
"homepage": "https://github.com/shaktech786/restream-mcp-server#readme",
"bugs": {
"url": "https://github.com/shaktech786/restream-mcp-server/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.9",
"dotenv": "^16.4.7"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.3"
}
}