Files
esengine/packages/rapier2d/pkg/package.json

32 lines
695 B
JSON

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