{
	"name": "steamcommunity",
	"version": "3.49.0",
	"description": "Provides an interface for logging into and interacting with the Steam Community website",
	"files": [
		"/classes",
		"/components",
		"/examples",
		"/resources",
		"/index.js"
	],
	"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/user-agents": "^1.0.0",
		"async": "^2.6.3",
		"cheerio": "0.22.0",
		"image-size": "^0.8.2",
		"request": "^2.88.0",
		"steam-session": "^1.9.1",
		"steam-totp": "^1.5.0",
		"steamid": "^1.1.3",
		"xml2js": "^0.6.2"
	},
	"engines": {
		"node": ">=4.0.0"
	}
}
