{
  "name": "@dcm/vtk-utils",
  "version": "4.25.5",
  "private": false,
  "description": "vtk.js utils for @dcmhub project.",
  "keywords": [
    "dcmhub",
    "imaging",
    "itk",
    "itk.js",
    "medical",
    "react",
    "viewport",
    "vtk",
    "vtk.js"
  ],
  "homepage": "https://npm.im/@dcm/vtk-utils",
  "bugs": {
    "url": "https://github.com/dcmhub/cornerstone/issues",
    "email": "hello@dcmhub.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dcmhub/cornerstone",
    "directory": "packages/vtk-utils"
  },
  "license": "MIT",
  "author": {
    "name": "DcmHub Inc.",
    "email": "hello@dcmhub.com",
    "url": "https://dcmhub.com"
  },
  "contributors": [
    {
      "name": "Ritchie Zhu",
      "email": "laozhu.me@gmail.com",
      "url": "https://laozhu.me"
    }
  ],
  "main": "./dist/vtkUtils.min.js",
  "module": "./src/index.js",
  "types": "./index.d.ts",
  "files": [
    "dist",
    "index.d.ts"
  ],
  "scripts": {
    "build": "webpack --mode production --progress --bail",
    "clean": "rimraf dist .DS_Store .eslintcache tsconfig.tsbuildinfo yarn-debug.log* yarn-error.log*",
    "dev": "webpack --mode development --watch --cache --progress --bail",
    "prepublish": "yarn run build"
  },
  "dependencies": {
    "gl-matrix": "^3.3.0"
  },
  "peerDependencies": {
    "@dcm/cornerstone-core": "^4.25.3",
    "@dcm/cornerstone-math": "^4.25.0",
    "@dcm/cornerstone-tools": "^4.25.3",
    "vtk.js": "^14.17.0"
  },
  "engines": {
    "node": ">=12.19.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "tag": "latest"
  },
  "gitHead": "e49371078b4f025fa06d29fee1ece26ff41389dc"
}
