mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-31 11:30:11 +08:00
6b0f958cfd
# Conflicts: # index.js # package.json
38 lines
890 B
JSON
38 lines
890 B
JSON
{
|
|
"name": "steamcommunity",
|
|
"version": "4.0.0-dev",
|
|
"private": true,
|
|
"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/stdlib": "^1.10.0",
|
|
"cheerio": "0.22.0",
|
|
"image-size": "^0.8.2",
|
|
"node-bignumber": "^1.2.1",
|
|
"request": "^2.88.0",
|
|
"steam-totp": "^2.1.0",
|
|
"steamid": "^1.1.3",
|
|
"xml2js": "^0.4.22"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
}
|