{
  "name": "openscad-customizer-web",
  "version": "0.3.0",
  "description": "Auto-generated, in-browser 3D preview + STL export for OpenSCAD models — reads the official Customizer comment syntax so no per-project form code is needed.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheFehr/openscad-customizer-web.git"
  },
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./worker.js": "./dist/worker.js",
    "./worker-core.js": "./dist/worker-core.js",
    "./customizer-parser.js": "./dist/customizer-parser.js",
    "./form-builder.js": "./dist/form-builder.js",
    "./scad-params.js": "./dist/scad-params.js",
    "./viewer.js": "./dist/viewer.js",
    "./off-utils.js": "./dist/off-utils.js",
    "./export-stl.js": "./dist/export-stl.js",
    "./export-3mf.js": "./dist/export-3mf.js",
    "./text-glyphs.js": "./dist/text-glyphs.js",
    "./preview.js": "./dist/preview.js",
    "./protocol.js": "./dist/protocol.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.worker.json",
    "test": "npm run build && node --test 'test/**/*.test.mjs'",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "openscad",
    "customizer",
    "3d-printing",
    "cad",
    "three.js",
    "stl",
    "wasm"
  ],
  "peerDependencies": {
    "three": ">=0.16 <1"
  },
  "devDependencies": {
    "@types/jsdom": "^28.0.3",
    "@types/three": "^0.185.0",
    "auto-changelog": "^2.6.0",
    "jsdom": "^29.1.1",
    "three": "^0.185.0",
    "typescript": "^7.0.2"
  }
}
