BLOBBO/node_modules/@dimforge/rapier3d-compat/package.json
type-two 969f602dd4 Foundation: vite+ts+three+rapier scaffold, frozen contracts, lane docs A-E
Fixed-step world runtime, event bus wire protocol between lanes, integration
seam (game.ts) with placeholder ball. Lanes A/B/C own disjoint dirs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 19:55:43 +10:00

30 lines
675 B
JSON

{
"name": "@dimforge/rapier3d-compat",
"collaborators": [
"Sébastien Crozet <developer@crozet.re>"
],
"description": "3-dimensional physics engine in Rust - official JS bindings. Compatibility package with inlined webassembly as base64.",
"version": "0.14.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dimforge/rapier.js"
},
"files": [
"*"
],
"module": "rapier.es.js",
"homepage": "https://rapier.rs",
"types": "rapier.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"physics",
"dynamics",
"rigid",
"real-time",
"joints"
],
"main": "rapier.cjs.js"
}