{
	"name": "tf2-item-parser",
	"version": "1.3.9",
	"description": "Utility module to deal with anything related to tf2 item formats.",
	"type": "module",
	"main": "./dist/Item.js",
	"scripts": {},
	"keywords": [
		"tf2",
		"item",
		"format",
		"parser"
	],
	"author": "Brom127",
	"license": "MIT",
	"homepage": "https://github.com/peleicht/tf2-item-parser",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/peleicht/tf2-item-parser.git"
	},
	"dependencies": {
		"@peleicht/tf2-schema": "^2.0.13",
		"tf2-backpack": "^1.2.3"
	},
	"devDependencies": {
		"@types/steamcommunity": "^3.50.0",
		"dotenv": "^17.4.2",
		"steamcommunity": "^3.50.1",
		"tf2-item-format": "^5.10.2",
		"typescript": "^7.0.2"
	}
}
