{
	"name": "steam-hour-farmer",
	"version": "2.1.0",
	"description": "Farm hours headlessly on Steam without game installation",
	"main": "index.js",
	"bin": {
		"steam-hour-farmer": "./index.js"
	},
	"engines": {
		"node": ">=16.0.0"
	},
	"scripts": {
		"start": "node index.js"
	},
	"repository": "github:tacheometry/steam-hour-farmer",
	"keywords": [
		"steam"
	],
	"author": "tacheometry",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/steam-hour-farmer/issues"
	},
	"homepage": "https://github.com/tacheometry/steam-hour-farmer#readme",
	"dependencies": {
		"dotenv": "^16.4.5",
		"steam-totp": "^2.1.2",
		"steam-user": "^5.0.8"
	},
	"devDependencies": {
		"@types/steam-totp": "^2.1.0"
	}
}
