{
  "name": "warframe-worldstate-parser",
  "version": "5.4.3",
  "description": "An Open parser for Warframe's Worldstate in Javascript",
  "keywords": [
    "warframe-worldstate",
    "warframe"
  ],
  "homepage": "https://github.com/wfcd/warframe-worldstate-parser#readme",
  "bugs": {
    "url": "https://github.com/wfcd/warframe-worldstate-parser/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WFCD/warframe-worldstate-parser.git"
  },
  "license": "MIT",
  "author": "aliasfalse",
  "contributors": [
    "nspacestd (https://github.com/nspacestd)"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/main.d.mts",
      "import": "./dist/main.mjs"
    }
  },
  "main": "./dist/main.mjs",
  "types": "./dist/main.d.mts",
  "files": [
    "dist/",
    "LICENSE"
  ],
  "dependencies": {
    "class-transformer": "^0.5.1",
    "class-validator": "^0.15.1",
    "reflect-metadata": "^0.2.2"
  },
  "peerDependencies": {
    "warframe-worldstate-data": ">=3.1.19"
  },
  "engines": {
    "node": "^22.18.0 || >=24.11.0"
  },
  "publishConfig": {
    "provenance": true
  }
}
