{
  "name": "hpo-react-visualizer",
  "version": "0.0.3",
  "description": "Interactive Human Phenotype Ontology (HPO) organ visualization library",
  "private": false,
  "type": "module",
  "license": "MIT",
  "keywords": [
    "hpo",
    "human-phenotype-ontology",
    "medical",
    "visualization",
    "react",
    "organ",
    "anatomy",
    "healthcare",
    "phenotype"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@types/node": "^22.15.3",
    "@types/react": "19.2.2",
    "@types/react-dom": "19.2.2",
    "jsdom": "^27.3.0",
    "tsup": "^8.3.5",
    "typescript": "5.9.2",
    "vitest": "^4.0.15",
    "@repo/typescript-config": "0.0.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "generate:component": "turbo gen react-component",
    "check-types": "tsc --noEmit",
    "clean": "rm -rf dist",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}