{
  "name": "box3d.js-bundled",
  "version": "0.0.5",
  "description": "WebAssembly bindings for box3d, Erin Catto's 3D physics engine",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/box3d.d.ts",
      "import": "./dist/box3d.mjs"
    },
    "./inline": {
      "types": "./dist/box3d.d.ts",
      "import": "./dist/box3d.inline.mjs"
    },
    "./mt": {
      "types": "./dist/box3d.d.ts",
      "import": "./dist/box3d.mt.mjs"
    },
    "./mt-inline": {
      "types": "./dist/box3d.d.ts",
      "import": "./dist/box3d.mt.inline.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "build:debug": "node scripts/build.mjs --debug",
    "test": "node test/smoke.mjs",
    "docs:build": "node docs/build.js",
    "docs:check": "pnpm --filter @box3d/examples exec tsc --noEmit -p ../docs/tsconfig.json",
    "lint": "biome lint examples/src",
    "format": "biome format examples/src",
    "check": "biome check examples/src"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.2"
  },
  "keywords": [
    "box3d",
    "physics",
    "3d",
    "wasm",
    "emscripten",
    "embind"
  ],
  "repository": "github:isaac-mason/box3d.js",
  "homepage": "https://github.com/isaac-mason/box3d.js",
  "bugs": {
    "url": "https://github.com/isaac-mason/box3d.js/issues"
  },
  "author": "Isaac Mason",
  "license": "MIT",
  "packageManager": "pnpm@10.32.1"
}
