{
	"name": "steam-appticket",
	"version": "2.0.1",
	"description": "Decrypts and parses Steam app tickets",
	"keywords": [
		"steam",
		"appticket"
	],
	"homepage": "https://github.com/DoctorMcKay/node-steam-appticket",
	"bugs": {
		"url": "https://github.com/DoctorMcKay/node-steam-appticket/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-steam-appticket.git"
	},
	"main": "dist/index.js",
	"files": [
		"/dist",
		"/src"
	],
	"dependencies": {
		"@doctormckay/stdlib": "^2.10.0",
		"@doctormckay/steam-crypto": "^1.2.0",
		"bytebuffer": "^5.0.1",
		"protobufjs": "^7.3.2",
		"steamid": "^2.1.0"
	},
	"devDependencies": {
		"@types/bytebuffer": "^5.0.49",
		"@types/node": "12.0.0",
		"@typescript-eslint/eslint-plugin": "^5.36.0",
		"@typescript-eslint/parser": "^5.36.0",
		"eslint": "^7.31.0",
		"protobufjs-cli": "^1.1.2",
		"ts-node": "^10.9.1",
		"typescript": "^4.8.2"
	},
	"scripts": {
		"prepare": "npm run build",
		"prepublishOnly": "npm run lint",
		"build": "node scripts/delete-dist.js && tsc --outDir dist",
		"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
		"generate-protos": "node scripts/generate-protos.js"
	},
	"engines": {
		"node": ">=12.22.0"
	}
}
