{
  "name": "pixi-tiledmap",
  "version": "2.4.0",
  "description": "Tiled Map Editor loader and renderer for PixiJS v8",
  "keywords": [
    "pixi",
    "pixi.js",
    "pixijs",
    "tiled",
    "tilemap",
    "tiledmap",
    "tmx",
    "tmj"
  ],
  "author": "Hagen Sommerkorn",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/riebel/pixi-tiledmap.git"
  },
  "license": "MIT",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "format": "biome format --write",
    "format:check": "biome format",
    "lint": "biome lint src/ test/",
    "lint:fix": "biome lint --write src/ test/",
    "check": "biome check src/ test/",
    "check:fix": "biome check --write src/ test/",
    "test": "tsdown && vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "bugs": {
    "url": "https://github.com/riebel/pixi-tiledmap/issues"
  },
  "homepage": "https://github.com/riebel/pixi-tiledmap#readme",
  "peerDependencies": {
    "pixi.js": ">=8.7.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.11",
    "@types/node": "^24.12.2",
    "jsdom": "^29.0.2",
    "pixi.js": "^8.17.1",
    "tsdown": "^0.21.7",
    "typescript": "^6.0.2",
    "vitest": "^4.1.4"
  }
}
