{
  "name": "@spearwolf/twopoint5d",
  "description": "a library to create 2.5d realtime graphics and pixelart with three.js",
  "version": "0.11.0",
  "keywords": [
    "sprites",
    "particles",
    "instancing",
    "instanced-rendering",
    "2.5d",
    "3d",
    "pixelart",
    "retro",
    "game-development",
    "webgl",
    "three",
    "threejs"
  ],
  "author": {
    "name": "Wolfger Schramm",
    "email": "wolfger@spearwolf.de",
    "url": "https://www.spearwolf.de"
  },
  "license": "Apache-2.0",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    },
    "./events.js": {
      "types": "./lib/events.d.ts",
      "import": "./lib/events.js"
    }
  },
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "peerDependencies": {
    "@spearwolf/eventize": "^4.0.1",
    "@spearwolf/signalize": "^0.20.1",
    "three": "~0.174.0"
  }
}