Files
steam-chat/package.json

28 lines
614 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": "GPL-3.0",
"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"
}
}