mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2024-12-28 07:30:09 +08:00
37 lines
871 B
JSON
37 lines
871 B
JSON
{
|
|
"name": "steamcommunity",
|
|
"version": "3.35.0",
|
|
"description": "Provides an interface for logging into and interacting with the Steam Community website",
|
|
"keywords": [
|
|
"steam",
|
|
"steam community"
|
|
],
|
|
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
|
|
"bugs": {
|
|
"url": "https://github.com/DoctorMcKay/node-steamcommunity/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Alex Corn",
|
|
"email": "mckay@doctormckay.com",
|
|
"url": "https://www.doctormckay.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DoctorMcKay/node-steamcommunity.git"
|
|
},
|
|
"dependencies": {
|
|
"@doctormckay/stats-reporter": "^1.0.2",
|
|
"request": "^2.81.0",
|
|
"node-bignumber": "^1.2.1",
|
|
"steamid": "^1.0.0",
|
|
"xml2js": "^0.4.11",
|
|
"cheerio": "0.22.0",
|
|
"async": "^2.1.4",
|
|
"steam-totp": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
}
|