{
"name": "mcp-server-chatsum-bot",
"version": "1.0.0",
"description": "chatbot to save chat messages.",
"main": "index.ts",
"scripts": {
"start": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcpservers/mcp-server-chatsum.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/mcpservers/mcp-server-chatsum/issues"
},
"homepage": "https://github.com/mcpservers/mcp-server-chatsum#readme",
"dependencies": {
"dotenv": "^16.4.7",
"qrcode-terminal": "^0.12.0",
"sqlite3": "^5.1.6",
"ts-node": "^10.9.2",
"wechaty": "^1.20.2",
"wechaty-puppet": "^1.20.2",
"wechaty-puppet-padlocal": "^1.20.1"
},
"devDependencies": {
"@types/qrcode-terminal": "^0.12.0"
}
}