@enable3d/three-graphics
Version:
3D library wrapping three.js and ammo.js
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "@enable3d/three-graphics",
"version": "0.26.1",
"description": "3D library wrapping three.js and ammo.js",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "node version.cjs && tsc",
"update": "npm update",
"fix": "npm audit fix"
},
"keywords": [
"three",
"three.js",
"ammo",
"ammo.js"
],
"author": "Yannick Deubel",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/enable3d/enable3d.git",
"directory": "packages/phaserExtension"
},
"bugs": {
"url": "https://github.com/enable3d/enable3d/issues"
},
"homepage": "https://enable3d.io",
"dependencies": {
"@enable3d/ammo-physics": "^0.26.1",
"@enable3d/common": "^0.26.1",
"@enable3d/three-wrapper": "^0.26.1",
"@yandeu/events": "0.0.7",
"@yandeu/tap": "0.0.3",
"three-csg-ts": "^3.1.10"
},
"peerDependencies": {
"@types/matter-js": "0.17.6",
"@types/three": "0.171.0",
"matter-js": "0.17.1",
"poly-decomp": "^0.3.0",
"three": "0.171.0"
},
"funding": {
"url": "https://github.com/sponsors/yandeu"
}
}