{
  "name": "mxcad",
  "version": "1.0.384",
  "main": "./dist/mxcad.umd.js",
  "module": "./dist/mxcad.es.js",
  "typings": "dist/mxcad.d.ts",
  "homepage": "https://mxcad.github.io/mxcad_docs/",
  "exports": {
    ".": {
      "require": "./dist/mxcad.umd.js",
      "module": "./dist/mxcad.es.js",
      "types": "./dist/mxcad.d.ts"
    },
    "./wasm2d": "./dist/wasm/2d/*",
    "./wasm/2d-st": "./dist/wasm/2d-st/*",
    "./wasm3d": "./dist/wasm/3d/*"
  },
  "description": "mxcad cad编辑版",
  "files": [
    "dist",
    "LICENSE",
    "LICENSE_CN",
    "THIRD-PARTY-NOTICES.txt"
  ],
  "browser": {
    "./dist/wasm/2d": "./dist/wasm/2d-st"
  },
  "repository": "https://github.com/mxcad/mxcad_docs.git",
  "scripts": {
    "dev": "vite --host --force",
    "devmap": "vite --host --force --mode map",
    "build": "tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",
    "preview": "vite preview",
    "test": "jest --runInBand",
    "cz": "czg",
    "docs:dev": "node docs/typedoc.js && vitepress dev docs",
    "docs:build": "node docs/typedoc.js && vitepress build docs",
    "pub:npm": "npm version patch --no-git-tag-version && npm publish",
    "pub": "npm run add-commit && release-it && git push -u origin main",
    "docs-pub": "sh docs-deploy.sh",
    "add-commit": "git add docs dist examples README.md README_ZH.md LICENSE_CN LICENSE CHANGELOG.md .github/workflows/release.yml && npx git-cz",
    "pub-init": "git init && git checkout -b main && git remote add origin https://github.com/mxcad/mxcad.git -f && npm run add-commit && git pull origin main --allow-unrelated-histories -X ours && git push -u origin main",
    "test:coverage": "jest --runInBand --coverage",
    "lint:scripts": "eslint . --ext .ts",
    "lint:styles": "stylelint ./**/*.{css,scss}",
    "format:scripts": "prettier . --write",
    "format:styles": "stylelint ./**/*.{css,scss} --fix",
    "format": "npm run format:scripts && npm run format:styles",
    "patch": "npx patch-package",
    "fix-memory-limit": "cross-env LIMIT=81920 increase-memory-limit",
    "license": "npx license-checker --production --include-license-text --json > licenses.json && node scripts/generate-notices"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-git"
    }
  },
  "devDependencies": {
    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
    "@babel/plugin-transform-runtime": "^7.23.6",
    "@babel/preset-env": "^7.23.6",
    "@babel/runtime": "^7.23.6",
    "@release-it/conventional-changelog": "^5.1.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@types/electron-prompt": "^1.6.1",
    "@types/event-emitter": "^0.3.5",
    "@types/jest": "^29.0.0",
    "@types/jsdom": "^20.0.0",
    "@types/mapbox-gl": "^2.7.19",
    "@types/node": "^18.7.16",
    "@types/offscreencanvas": "^2019.7.0",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "@vue/babel-plugin-jsx": "^1.1.1",
    "commitizen": "^4.3.0",
    "cross-env": "^7.0.3",
    "cz-git": "^1.6.1",
    "czg": "^1.6.1",
    "dts-bundle-generator": "^6.13.0",
    "eslint": "^8.23.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.1",
    "increase-memory-limit": "^1.0.7",
    "inquirer": "8.0.0",
    "jest": "^28.1.3",
    "license-checker": "^25.0.1",
    "lint-staged": "^13.0.3",
    "mapbox-gl": "2.8.2",
    "patch-package": "^8.0.0",
    "prettier": "^2.7.1",
    "release-it": "^15.10.3",
    "stylelint": "^14.11.0",
    "stylelint-config-recommended": "^9.0.0",
    "stylelint-config-sass-guidelines": "^9.0.1",
    "terser": "^5.26.0",
    "three": "0.113.2",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.9.1",
    "typedoc": "^0.24.7",
    "typedoc-plugin-markdown": "^3.15.3",
    "typedoc-plugin-mdn-links": "^3.0.3",
    "typescript": "^4.8.3",
    "vite": "3.1.0",
    "vite-plugin-html": "^3.2.0",
    "vite-plugin-pwa": "0.13",
    "vite-plugin-top-level-await": "^1.2.2",
    "vite-plugin-vitepress-auto-sidebar": "^1.4.1",
    "vite-plugin-wasm": "^3.1.0",
    "vitepress": "1.0.0",
    "vitepress-demo-editor": "^3.2.1",
    "vitepress-plugin-pagefind": "^0.2.4"
  },
  "license": "MIT",
  "dependencies": {
    "@fingerprintjs/fingerprintjs": "^4.5.0",
    "event-emitter": "^0.3.5",
    "iconv-lite": "^0.6.3",
    "mxdraw": "^0.1.364",
    "slate-history": "^0.110.3",
    "threebox-plugin": "^2.2.7"
  }
}
