mirror of
https://github.com/zhigang1992/telegram-mcp.git
synced 2026-01-12 22:42:10 +08:00
22 lines
597 B
JSON
22 lines
597 B
JSON
{
|
|
"name": "telegram-mcp",
|
|
"license": "MIT",
|
|
"version": "1.0.1",
|
|
"type": "module",
|
|
"packageManager": "bun@1.2.16",
|
|
"scripts": {
|
|
"dev": "bun --watch ./src/main.ts",
|
|
"start": "bun ./src/main.ts",
|
|
"build": "bun build ./src/main.ts --compile --outfile telegram-mcp"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.13.2",
|
|
"@mtcute/bun": "^0.24.3",
|
|
"@mtcute/dispatcher": "^0.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.17",
|
|
"@types/node": "^24.0.7",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
} |