steam-chat/package.json

21 lines
431 B
JSON
Raw Normal View History

2024-03-17 21:58:42 +08:00
{
"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": {
2024-03-18 10:33:21 +08:00
"@matteo.collina/dateformat": "^5.0.1",
2024-10-10 13:59:17 +08:00
"axios": "^1.7.7",
2024-03-17 21:58:42 +08:00
"steam-totp": "^2.1.2",
"steam-user": "^5.0.8",
"steamcommunity": "^3.48.2",
"winston": "^3.12.0"
}
}