Files
steam-chat/package.json
tursom f370f28da6 修复会话标题显示自己名字而非对方名字的问题
encodeSteamMessage 中 echo 消息始终使用 friendId 获取对方信息,
避免会话名称被自己的名字覆盖。同时包含 Web 聊天界面及相关重构。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 18:52:00 +08:00

28 lines
610 B
JSON

{
"name": "steam-chat",
"version": "1.0.0",
"description": "",
"type": "commonjs",
"main": "logger.js",
"scripts": {
"test": "STEAM_CHAT_DISABLE_AUTOSTART=1 node --test"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@matteo.collina/dateformat": "^5.0.1",
"axios": "^1.7.7",
"steam-totp": "^2.1.2",
"steam-user": "^5.0.8",
"steamcommunity": "^3.48.2",
"winston": "^3.12.0",
"ws": "^8.18.1"
},
"devDependencies": {
"@types/steam-totp": "^2.1.2",
"@types/steam-user": "^5.1.0",
"@types/steamcommunity": "^3.43.8"
}
}