{
  "name": "@world-forge/renderer-2d",
  "version": "4.5.0",
  "description": "PixiJS 2D renderer for world maps",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc"
  },
  "files": [
    "dist",
    "!dist/__tests__",
    "README.md",
    "LICENSE",
    "logo.png"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22"
  },
  "author": "mcp-tool-shop",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mcp-tool-shop-org/world-forge.git",
    "directory": "packages/renderer-2d"
  },
  "homepage": "https://mcp-tool-shop-org.github.io/world-forge/",
  "bugs": {
    "url": "https://github.com/mcp-tool-shop-org/world-forge/issues"
  },
  "keywords": [
    "world-forge",
    "renderer",
    "2d",
    "pixijs",
    "game-dev",
    "typescript"
  ],
  "dependencies": {
    "@world-forge/schema": "*",
    "pixi.js": "^8.16.0"
  }
}
