first app vibe

This commit is contained in:
2025-07-28 22:43:55 +01:00
parent d70b6714c3
commit af090f5bf0
2530 changed files with 1410652 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"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.12.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"
}