package.json•656 B
{
"name": "twitter-spaces-mcp",
"version": "1.0.0",
"description": "MCP server for downloading and transcribing Twitter Spaces",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js"
},
"keywords": ["mcp", "twitter", "spaces", "transcription", "ai"],
"author": "Alisher Farhadi",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"express": "^4.18.2"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/express": "^4.17.21",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}