{
  "name": "lem3d-webgpu",
  "version": "1.2.5",
  "description": "A high-performance, lightweight instanced rendering engine with real-time shadow mapping and dynamic physics helpers built purely on WebGPU.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "webgpu",
    "rendering",
    "instancing",
    "graphics-engine",
    "real-time",
    "shadow-mapping",
    "gl-matrix",
    "typescript",
    "react-hook"
  ],
  "author": "WebGPU Developer",
  "license": "MIT",
  "dependencies": {
    "gl-matrix": "^3.4.4"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "^19.0.0",
    "@webgpu/types": "^0.1.70",
    "typescript": "^5.0.0"
  }
}
