encodeSteamMessage 中 echo 消息始终使用 friendId 获取对方信息, 避免会话名称被自己的名字覆盖。同时包含 Web 聊天界面及相关重构。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
610 B
JSON
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"
|
|
}
|
|
}
|