{
  "name": "mxdraw",
  "version": "0.1.373",
  "description": "",
  "keywords": [],
  "homepage": "https://mxcad.github.io/mxdraw_docs/",
  "module-min": "dist/mxdraw.esm.js",
  "main": "dist/mxdraw.umd.js",
  "module": "dist/mxdraw.esm.js",
  "typings": "dist/mxdraw.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "LICENSE_CN",
    "THIRD-PARTY-NOTICES.txt"
  ],
  "author": "--username-- <--usermail-->",
  "repository": {
    "type": "git",
    "url": ""
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "prepub_test": "npm run test:prod && npm run build",
    "dev": "vite exampledev .",
    "lint": "tslint  --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
    "prebuild": "rimraf dist",
    "build": "cross-env COMPRESS=true rollup -c rollup.config.ts && npm run docs && node compress",
    "build-debug": "cross-env COMPRESS=false rollup -c rollup.config.ts -m",
    "oldDocs": "typedoc --out docs/docs/.vuepress/dist/api --target es6 --theme minimal --mode file src",
    "type-doc": "typedoc --out docs/docs/.vuepress/dist/api --basePath ./api",
    "docs": "ts-node tools/build_docs && npm run patch && npm run doctoc && typedoc --out docs/docs/.vuepress/dist/api --basePath ./api",
    "start": "npm run dev",
    "test": "jest --coverage",
    "test:watch": "jest --coverage --watch",
    "test:prod": "npm run lint && npm run test -- --no-cache",
    "test-e2e": "npx playwright test",
    "test-e2e:clear-cache": " rimraf test/imgs",
    "codegen": "npx playwright codegen http://127.0.0.1:3000/",
    "deploy-docs": "ts-node tools/gh-pages-publish",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "commit": "git-cz",
    "semantic-release": "semantic-release",
    "semantic-release-prepare": "ts-node tools/semantic-release-prepare",
    "precommit": "lint-staged",
    "patch": "patch-package",
    "travis-deploy-once": "travis-deploy-once",
    "doctoc": "doctoc --title catalogue --maxlevel 3 README.md",
    "add-commit": "git add dist README.md examples LICENSE_CN LICENSE CHANGELOG.md docs && npx git-cz",
    "pub": "npm run add-commit && release-it && git push -u origin main",
    "pub:npm": "npm version patch --no-git-tag-version && npm publish",
    "pub-init": "git init && git checkout -b main && git remote add origin https://github.com/mxcad/mxdraw.git -f && npm run add-commit && git pull origin main --allow-unrelated-histories -X ours && git push -u origin main",
    "license": "npx license-checker --production --include-license-text --json > licenses.json && node tools/generate-notices"
  },
  "sideEffects": [
    "jquery",
    "element-resize-event-polyfill"
  ],
  "lint-staged": {
    "src/**/*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-git"
    }
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.5",
    "@babel/register": "^7.0.0",
    "@commitlint/cli": "^7.1.2",
    "@commitlint/config-conventional": "^7.1.2",
    "@playwright/test": "^1.35.1",
    "@release-it/conventional-changelog": "^5.1.1",
    "@rollup/plugin-alias": "^3.1.8",
    "@rollup/plugin-legacy": "^2.2.0",
    "@types/dat.gui": "^0.7.7",
    "@types/fabric": "^4.5.12",
    "@types/jest": "^29.5.2",
    "@types/jquery": "^3.5.9",
    "@types/lodash": "^4.14.186",
    "@types/lodash-es": "^4.17.7",
    "@types/node": "^20.3.1",
    "@types/offscreencanvas": "^2019.6.4",
    "@types/pixelmatch": "^5.2.4",
    "@types/pngjs": "^6.0.1",
    "@types/text-encoding": "^0.0.36",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^29.5.0",
    "babel-loader": "^8.2.3",
    "babel-plugin-component": "^1.1.1",
    "babel-plugin-import": "^1.13.3",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-polyfill": "^6.26.0",
    "colors": "^1.3.2",
    "commitizen": "4.3.0",
    "coveralls": "^3.0.2",
    "cross-env": "^7.0.3",
    "css-loader": "^6.5.1",
    "cz-conventional-changelog": "^2.1.0",
    "cz-git": "^1.6.1",
    "dat.gui": "^0.7.9",
    "doctoc": "^2.1.0",
    "esbuild": "^0.15.11",
    "express": "^4.17.1",
    "fabric": "^5.2.4",
    "file-loader": "^6.2.0",
    "husky": "^1.0.1",
    "jest": "^29.5.0",
    "jest-canvas-mock": "^2.5.1",
    "jest-config": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "lint-staged": "^8.0.0",
    "lodash.camelcase": "^4.3.0",
    "patch-package": "^6.4.7",
    "pixelmatch": "^5.3.0",
    "pngjs": "^7.0.0",
    "postinstall-postinstall": "^2.1.0",
    "prettier": "^1.14.3",
    "prompt": "^1.0.0",
    "release-it": "^15.10.3",
    "replace-in-file": "^3.4.2",
    "rimraf": "^2.6.2",
    "rollup": "^2.70.2",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-dts": "^4.2.3",
    "rollup-plugin-esbuild": "^4.10.1",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-externals": "^5.0.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-sizes": "^1.0.4",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.1",
    "rollup-plugin-visualizer": "^5.5.2",
    "semantic-release": "^15.9.16",
    "shelljs": "^0.8.3",
    "text-encoding": "^0.7.0",
    "three": "0.113.2",
    "travis-deploy-once": "^5.0.9",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0",
    "tslint-config-standard": "^8.0.1",
    "tslint-loader": "^3.5.4",
    "typedoc": "^0.25.13",
    "typedoc-plugin-rename-defaults": "^0.7.3",
    "typescript": "^4.5.2",
    "uglify-es": "^3.3.9",
    "vite": "^4.3.9"
  },
  "dependencies": {
    "element-resize-event-polyfill": "^1.0.5",
    "jquery": "^3.6.0",
    "lodash": "^4.17.21",
    "three-gif-texture": "^1.0.15"
  },
  "peerDependencies": {
    "three": "^0.113.2"
  }
}
