UNPKG

angular-three-rapier

Version:
49 lines 1.11 kB
{ "name": "angular-three-rapier", "version": "3.7.2", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/angular-threejs/angular-three/tree/main/libs/rapier" }, "author": { "name": "Chau Tran", "email": "nartc7789@gmail.com", "url": "https://nartc.me" }, "description": "Physics Rapier for Angular Three", "keywords": [ "angular", "threejs", "renderer", "rapier", "physics" ], "license": "MIT", "peerDependencies": { "@angular/common": ">=19.0.0 <20.0.0", "@angular/core": ">=19.0.0 <20.0.0", "@dimforge/rapier3d-compat": "~0.14.0", "three": ">=0.148.0 <0.173.0" }, "dependencies": { "tslib": "^2.7.0" }, "sideEffects": false, "web-types": [ "../../node_modules/angular-three/web-types.json" ], "module": "fesm2022/angular-three-rapier.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/angular-three-rapier.mjs" } } }