{
  "name": "@tf2autobot/tf2-schema",
  "version": "4.10.0",
  "description": "Get information about TF2 items, effects, skins and more, originally made by Nicklason, modified by IdiNium.",
  "main": "index.js",
  "scripts": {
    "lint": "eslint ./",
    "release": "np --no-cleanup"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TF2Autobot/node-tf2-schema.git"
  },
  "author": "Nicklas Marc Pedersen/IdiNium",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TF2Autobot/node-tf2-schema/issues"
  },
  "homepage": "https://github.com/TF2Autobot/node-tf2-schema#readme",
  "dependencies": {
    "@tf2autobot/tf2-sku": "^3.1.0",
    "async": "^3.2.6",
    "events": "^3.3.0",
    "semver": "^7.8.5",
    "util": "^0.12.5",
    "vdf": "0.0.2"
  },
  "engines": {
    "node": ">=22.x"
  },
  "files": [
    "lib/",
    "index.js",
    "index.d.ts"
  ]
}
