UNPKG

manifold-3d

Version:

Geometry library for topological robustness

46 lines (45 loc) 939 B
{ "name": "manifold-3d", "version": "3.2.1", "description": "Geometry library for topological robustness", "main": "manifold.js", "scripts": { "docs": "npx typedoc" }, "files": [ "manifold.js", "manifold.wasm", "manifold.d.ts", "manifold-encapsulated-types.d.ts", "manifold-global-types.d.ts" ], "typings": "manifold.d.ts", "types": "manifold.d.ts", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/elalish/manifold.git" }, "keywords": [ "3D", "mesh", "manifold", "geometry", "solid", "CAD", "triangle", "SDF" ], "contributors": [ "Emmett Lalish <elalish>", "Chun Kit LAM <pca006132>" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/elalish/manifold/issues" }, "homepage": "https://github.com/elalish/manifold#readme", "devDependencies": { "typedoc": "^0.26.6" } }