{
	"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/stats-reporter": "^1.0.4",
		"async": "^2.6.2",
		"cheerio": "^0.22.0",
		"node-bignumber": "^1.2.1",
		"request": "^2.86.0",
		"steam-totp": "^1.5.0",
		"steamid": "^1.0.0",
		"xml2js": "^0.4.11"
	},
	"engines": {
		"node": ">=4.0.0"
	}
}