Files
node-steamcommunity/package.json
Alex Corn 86e87e88ed Merge branch 'master' into v4
# Conflicts:
#	components/confirmations.js
#	components/inventoryhistory.js
#	components/twofactor.js
#	components/users.js
#	components/webapi.js
#	index.js
#	package.json
2023-06-27 01:19:00 -04:00

49 lines
1.1 KiB
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": "^2.1.2",
"cheerio": "0.22.0",
"got": "^11.8.2",
"image-size": "^0.8.2",
"node-bignumber": "^1.2.1",
"request": "^2.88.0",
"steam-totp": "^2.1.0",
"steamid": "^2.0.0",
"tough-cookie": "^4.0.0",
"xml2js": "^0.4.22"
},
"devDependencies": {
"steam-session": "^1.2.3"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"eslint": "^7.31.0"
},
"scripts": {
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
}
}