{
  "name": "three-low-poly",
  "version": "1.2.6",
  "description": "Low poly modeling for Three.js",
  "author": "Jason Sturges <jason@jasonsturges.com> (https://jasonsturges.com)",
  "homepage": "https://jasonsturges.com/three-low-poly/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasonsturges/three-low-poly.git"
  },
  "license": "ISC",
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "scope": "jasonsturges"
  },
  "keywords": [
    "three",
    "low-poly",
    "assets",
    "3d"
  ],
  "main": "./dist/three-low-poly.cjs",
  "module": "./dist/three-low-poly.mjs",
  "types": "./dist/three-low-poly.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/three-low-poly.d.ts",
      "import": "./dist/three-low-poly.mjs",
      "require": "./dist/three-low-poly.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite build --watch",
    "host": "vite --config vite.host.config.ts",
    "build": "npm run typecheck:node && npm run typecheck:lib && vite build && npm run typecheck:dist",
    "build:host": "npm run typecheck:node && npm run typecheck:host && vite build --config vite.host.config.ts",
    "build:all": "npm run build && npm run build:host",
    "typecheck": "npm run typecheck:node && npm run typecheck:lib && npm run typecheck:host",
    "typecheck:node": "tsc --noEmit -p tsconfig.node.json",
    "typecheck:host": "tsc --noEmit -p app/tsconfig.json",
    "typecheck:lib": "tsc --noEmit -p tsconfig.json",
    "typecheck:dist": "tsc -p tsconfig.dist.json"
  },
  "peerDependencies": {
    "three": ">=0.180.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.59.0",
    "@types/node": "^26.3.0",
    "@types/three": "^0.185.4",
    "lil-gui": "^0.21.0",
    "prettier": "^3.9.6",
    "three": "^0.185.1",
    "tslib": "^2.8.1",
    "typescript": "^6.0.3",
    "vite": "^8.2.2",
    "vite-plugin-dts": "^5.0.3"
  }
}
