{
  "name": "@itk-viewer/transfer-function-editor",
  "version": "1.8.5",
  "description": "Interface to interactively edit opacity transfer functions",
  "files": [
    "dist",
    "lib"
  ],
  "type": "module",
  "exports": {
    "./*": "./dist/*"
  },
  "devDependencies": {
    "@vitest/ui": "^1.0.4",
    "happy-dom": "^12.10.3",
    "resize-observer-polyfill": "^1.5.1",
    "semantic-release": "^22.0.12",
    "typescript": "^5.5.4",
    "vite": "^5.0.8",
    "vitest": "^1.0.4",
    "vitest-canvas-mock": "^0.3.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/InsightSoftwareConsortium/itk-viewer.git"
  },
  "keywords": [
    "visualization",
    "3D",
    "rendering",
    "opacity",
    "histogram"
  ],
  "author": "Insight Software Consortium",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/InsightSoftwareConsortium/itk-viewer/issues"
  },
  "homepage": "https://github.com/InsightSoftwareConsortium/itk-viewer/tree/main/packages/transfer-function-editor#readme",
  "scripts": {
    "dev": "tsc --watch --outDir dist --project tsconfig.build.json & vite",
    "build": "tsc --outDir dist --project tsconfig.build.json",
    "test": "vitest run",
    "test:watch": "vitest watch"
  }
}