{
  "name": "@thewtex/vtk.js-esm",
  "version": "18.4.2-77b22c7239.1",
  "description": "Visualization Toolkit for the Web",
  "keywords": [
    "3d",
    "visualization",
    "webgl",
    "medical",
    "scientific",
    "vtk",
    "paraview",
    "geometry",
    "point cloud",
    "mesh",
    "gl-vis",
    "volume",
    "graphics",
    "paraviewweb"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kitware/vtk-js.git"
  },
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/kitware/vtk-js/issues"
  },
  "homepage": "https://github.com/kitware/vtk-js#readme",
  "main": "./index.js",
  "module": "./index.js",
  "dependencies": {
    "@babel/runtime": "7.13.10",
    "blueimp-md5": "2.18.0",
    "commander": "6.2.1",
    "d3-scale": "3.2.4",
    "gl-matrix": "3.3.0",
    "globalthis": "^1.0.2",
    "jszip": "3.2.0",
    "pako": "2.0.3",
    "seedrandom": "3.0.5",
    "shader-loader": "1.3.1",
    "shelljs": "0.8.4",
    "stream-browserify": "3.0.0",
    "webworker-promise": "0.4.2",
    "worker-loader": "3.0.8",
    "xmlbuilder2": "2.4.1"
  },
  "devDependencies": {
    "@babel/core": "7.13.15",
    "@babel/plugin-transform-runtime": "7.13.15",
    "@babel/preset-env": "7.13.15",
    "@rollup/plugin-alias": "3.1.2",
    "@rollup/plugin-babel": "5.3.0",
    "@rollup/plugin-commonjs": "18.0.0",
    "@rollup/plugin-eslint": "8.0.1",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "11.2.1",
    "autoprefixer": "10.2.5",
    "babel-loader": "8.2.2",
    "babel-plugin-istanbul": "6.0.0",
    "buffer": "6.0.3",
    "commitizen": "4.2.3",
    "cross-env": "7.0.3",
    "css-loader": "5.2.1",
    "dotenv": "8.2.0",
    "dox": "^0.9.0",
    "eslint": "7.23.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-config-prettier": "8.1.0",
    "eslint-import-resolver-webpack": "0.13.0",
    "eslint-loader": "4.0.2",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-prettier": "3.3.1",
    "eslint-webpack-plugin": "2.5.3",
    "expose-loader": "2.0.0",
    "glob": "7.1.6",
    "hson-loader": "2.0.0",
    "html-loader": "2.1.2",
    "html-webpack-plugin": "5.3.1",
    "ignore-loader": "0.1.2",
    "karma": "6.3.2",
    "karma-chrome-launcher": "3.1.0",
    "karma-coverage": "2.0.3",
    "karma-firefox-launcher": "2.1.0",
    "karma-junit-reporter": "2.0.1",
    "karma-tap": "4.2.0",
    "karma-tap-pretty-reporter": "4.2.0",
    "karma-webpack": "5.0.0",
    "kw-doc": "3.0.6",
    "lodash": "^4.17.21",
    "magic-string": "0.25.7",
    "moment": "2.29.1",
    "node-pre-gyp": "0.17.0",
    "postcss-loader": "5.2.0",
    "prettier": "2.2.1",
    "process": "0.11.10",
    "raw-loader": "4.0.2",
    "request": "2.88.2",
    "resemblejs": "3.2.5",
    "rollup": "2.45.0",
    "rollup-plugin-ignore": "1.0.9",
    "rollup-plugin-polyfill-node": "^0.6.2",
    "rollup-plugin-postcss": "4.0.0",
    "rollup-plugin-re": "1.0.7",
    "rollup-plugin-string": "3.0.0",
    "rollup-plugin-svgo": "1.1.0",
    "rollup-plugin-web-worker-loader": "1.6.1",
    "semantic-release": "17.4.2",
    "string-replace-loader": "3.0.1",
    "style-loader": "2.0.0",
    "tap-markdown": "1.2.1",
    "tap-spec": "5.0.0",
    "tape": "5.2.2",
    "tape-catch": "1.0.6",
    "url-loader": "4.1.1",
    "webpack": "5.31.2",
    "webpack-bundle-analyzer": "4.4.0",
    "webpack-cli": "4.6.0",
    "webpack-dashboard": "3.3.1",
    "webpack-dev-server": "3.11.2",
    "webpack-merge": "5.7.3",
    "webpack-notifier": "1.13.0",
    "wslink": "0.1.15",
    "xml2js": "0.4.23"
  },
  "peerDependencies": {
    "wslink": "0.1.15"
  },
  "scripts": {
    "validate": "prettier --config ./prettier.config.js --list-different \"Sources/**/*.js\" \"Examples/**/*.js\"",
    "reformat": "prettier --config ./prettier.config.js --write \"Sources/**/*.js\" \"Examples/**/*.js\"",
    "reformat-only": "prettier --single-quote --trailing-comma es5 --print-width 80 --arrow-parens always --write",
    "lint-fix": "eslint --fix Sources Examples",
    "lint": "eslint Sources Examples",
    "doc": "kw-doc -c ./Documentation/config.js",
    "doc:www": "npm t -- --single-run && kw-doc -c ./Documentation/config.js -s",
    "doc:publish": "kw-doc -c ./Documentation/config.js -mp",
    "doc:generate-api": "node ./Documentation/generate-api-docs.js",
    "example": "node ./Utilities/ExampleRunner/example-runner-cli.js -c ./Documentation/config.js",
    "build:esm:dev": "npm run build:esm -- -w",
    "build:umd:dev": "webpack serve --config webpack.dev.js --progress",
    "build": "npm run build:umd:dev",
    "build:esm": "rollup -c rollup.config.js",
    "build:umd": "webpack --config webpack.prod.js --progress",
    "build:release": "npm run lint && cross-env NOLINT=1 npm run build:esm && cross-env NOLINT=1 npm run build:umd",
    "release:create-packages": "node ./Utilities/ci/build-npm-package.js",
    "test": "karma start ./karma.conf.js",
    "test:headless": "karma start ./karma.conf.js --browsers ChromeHeadlessNoSandbox --single-run",
    "test:debug": "karma start ./karma.conf.js --no-single-run",
    "test:firefox": "karma start ./karma.conf.js --browsers Firefox",
    "test:webgpu": "cross-env WEBGPU=1 NO_WEBGL=1 karma start ./karma.conf.js --browsers ChromeWebGPU --no-single-run",
    "test:firefox-debug": "karma start ./karma.conf.js --browsers Firefox --no-single-run",
    "commit": "git cz",
    "semantic-release": "semantic-release"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "bin": {
    "vtkDataConverter": "./Utilities/DataGenerator/convert-cli.js",
    "xml2json": "./Utilities/XMLConverter/xml2json-cli.js"
  },
  "nyc": {
    "include": [
      "Sources/**/*.js"
    ],
    "exclude": [
      "Sources/**/test/*.js"
    ]
  },
  "release": {
    "branches": [
      "+([0-9])?(.{+([0-9]),x}).x",
      "master",
      "next",
      "next-major",
      {
        "name": "beta",
        "prerelease": true
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/npm",
        {
          "pkgRoot": "./pkg/umd"
        }
      ],
      [
        "@semantic-release/npm",
        {
          "pkgRoot": "./pkg/esm"
        }
      ],
      "@semantic-release/github"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
