UNPKG

angular-three-rapier

Version:
55 lines (54 loc) 1.25 kB
{ "name": "angular-three-rapier", "version": "4.0.9", "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": ">=20.0.0 <22.0.0", "@angular/core": ">=20.0.0 <22.0.0", "@dimforge/rapier3d-compat": ">=0.14.0 <0.20.0", "three": ">=0.157.0 <0.183.0", "three-stdlib": "^2.0.0" }, "dependencies": { "tslib": "^2.7.0" }, "sideEffects": false, "web-types": [ "../../node_modules/angular-three/web-types.json" ], "module": "fesm2022/angular-three-rapier.mjs", "typings": "types/angular-three-rapier.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/angular-three-rapier.d.ts", "default": "./fesm2022/angular-three-rapier.mjs" }, "./addons": { "types": "./types/angular-three-rapier-addons.d.ts", "default": "./fesm2022/angular-three-rapier-addons.mjs" } } }