mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-31 03:22:31 +08:00
44 lines
1005 B
JSON
44 lines
1005 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.14.1",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.31.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
|
|
}
|
|
}
|