{
	"name": "steam-api-sdk",
	"description": "A Node.js wrapper for the Steam Web API, includes many tools for fetching and parsing data from the Steam Web API.",
	"license": "MIT",
	"version": "1.6.2",
	"main": "dist/index.mjs",
	"module": "dist/index.esm",
	"types": "dist/index.d.ts",
	"scripts": {
		"build": "tsup index.ts --format cjs,esm --dts",
		"lint": "tsc",
		"go": "yarn lint && yarn build && yarn publish",
		"dev": "tsc tests.ts && node tests.js"
	},
	"devDependencies": {
		"@types/big.js": "^6.1.6",
		"@types/lodash-es": "^4.17.6",
		"@types/node": "^18.13.0",
		"tsup": "^6.6.0",
		"typescript": "^4.9.5"
	},
	"dependencies": {
		"axios": "^1.3.2",
		"big.js": "^6.2.1",
		"lodash-es": "^4.17.21"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ShiNxz/SteamTools.git"
	},
	"keywords": [
		"Steam",
		"SteamSDK",
		"SteamAPI",
		"Steam API"
	],
	"author": "Amir Eliz / ShiNxz",
	"bugs": {
		"url": "https://github.com/ShiNxz/SteamTools/issues"
	},
	"homepage": "https://github.com/ShiNxz/SteamTools#readme"
}
