UNPKG

@achirita/blox

Version:

A CAD library for building 3D models in the browser.

36 lines (35 loc) 691 B
{ "name": "@achirita/blox", "description": "A CAD library for building 3D models in the browser.", "repository": { "type": "git", "url": "https://github.com/achirita/blox" }, "keywords": [ "CAD", "3D", "modeling", "geometry", "browser", "opencascade", "kernel" ], "license": "MIT", "version": "1.0.0", "type": "module", "files": [ "dist" ], "main": "./dist/blox.js", "types": "./dist/types/index.d.ts", "scripts": { "build": "vite build", "docs": "jsdoc -c jsdoc.json" }, "devDependencies": { "clean-jsdoc-theme": "^4.3.0", "jsdoc": "^4.0.4", "vite": "^6.2.1", "vite-plugin-dts": "^4.5.3" } }