mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2024-12-26 23:00:09 +08:00
40 lines
908 B
JSON
40 lines
908 B
JSON
{
|
|
"name": "steamcommunity",
|
|
"version": "3.45.3",
|
|
"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": {
|
|
"async": "^2.6.3",
|
|
"cheerio": "0.22.0",
|
|
"image-size": "^0.8.2",
|
|
"node-bignumber": "^1.2.1",
|
|
"request": "^2.88.0",
|
|
"steam-totp": "^1.5.0",
|
|
"steamid": "^1.1.3",
|
|
"xml2js": "^0.4.22"
|
|
},
|
|
"devDependencies": {
|
|
"steam-session": "^1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
}
|