19 lines
364 B
JSON
19 lines
364 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": {
|
|
"steam-totp": "^2.1.2",
|
|
"steam-user": "^5.0.8",
|
|
"steamcommunity": "^3.48.2",
|
|
"winston": "^3.12.0"
|
|
}
|
|
}
|