{
  "name": "@dimforge/rapier3d",
  "collaborators": [
    "Sébastien Crozet <developer@crozet.re>"
  ],
  "description": "3-dimensional physics engine in Rust - official JS bindings.",
  "version": "0.15.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/dimforge/rapier.js"
  },
  "files": [
    "*",
    "rapier_wasm3d.js",
    "rapier_wasm3d_bg.js",
    "rapier_wasm3d.d.ts"
  ],
  "module": "rapier.js",
  "homepage": "https://rapier.rs",
  "types": "rapier.d.ts",
  "keywords": [
    "physics",
    "dynamics",
    "rigid",
    "real-time",
    "joints"
  ],
  "sideEffects": [
    "./*.js"
  ]
}
