steam-chat/package.json
2024-10-10 13:59:17 +08:00

21 lines
431 B
JSON

{
"name": "steam-chat",
"version": "1.0.0",
"description": "",
"main": "logger.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}