{
  "name": "higlass",
  "version": "2.3.5",
  "description": "HiGlass Hi-C / genomic / large data viewer",
  "author": "Peter Kerpedjiev <pkerpedjiev@gmail.com>",
  "main": "dist/hglib.js",
  "unpkg": "dist/hglib.min.js",
  "jsdelivr": "dist/hglib.min.js",
  "css": "dist/hglib.css",
  "types": "dist/app/scripts/hglib.d.ts",
  "exports": {
    ".": {
      "types": "./dist/app/scripts/hglib.d.ts",
      "import": "./dist/higlass.mjs"
    },
    "./dist/*": "./dist/*"
  },
  "files": [
    "app",
    "dist"
  ],
  "keywords": [
    "hi-c",
    "genomics",
    "matrix",
    "tracks"
  ],
  "scripts": {
    "start": "vite",
    "build": "tsc -p tsconfig.emit.json && node ./scripts/build.mjs",
    "compile": "npm run build && zip -r dist.zip dist",
    "typecheck": "tsc",
    "format": "biome format --write",
    "lint": "biome ci",
    "test": "vitest run",
    "test-watch": "vitest watch --browser.headless=false"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/higlass/higlass"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.12.0"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "ajv": "^6.10.0",
    "area-polygon": "^1.0.1",
    "box-intersect": "^1.0.1",
    "buffer": "^6.0.3",
    "cheerio": "1.0.0-rc.10",
    "clsx": "^1.2.1",
    "css-element-queries": "^1.2.3",
    "d3-array": "^2.7.1",
    "d3-axis": "^2.0.0",
    "d3-brush": "^2.1.0",
    "d3-color": "^2.0.0",
    "d3-drag": "^2.0.0",
    "d3-dsv": "^2.0.0",
    "d3-format": "^2.0.0",
    "d3-geo": "^2.0.1",
    "d3-queue": "^3.0.7",
    "d3-request": "^1.0.6",
    "d3-scale": "^4.0.2",
    "d3-selection": "^2.0.0",
    "d3-transition": "^3.0.1",
    "d3-zoom": "^3.0.0",
    "genbank-parser": "^1.0.0",
    "ndarray": "^1.0.18",
    "prismjs": "^1.16.0",
    "prop-types": "^15.6.0",
    "pub-sub-es": "^2.0.1",
    "react-checkbox-tree": "^1.7.3",
    "react-color": "^2.13.8",
    "react-grid-layout": "^2.2.2",
    "react-simple-code-editor": "^0.13.0",
    "reactcss": "^1.2.3",
    "robust-point-in-polygon": "^1.0.3",
    "slugid": "^3.2.0",
    "vkbeautify": "^0.99.3"
  },
  "peerDependencies": {
    "pixi.js": "^5.0.3 || ^6.5.2",
    "react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.23.3",
    "@babel/plugin-transform-classes": "^7.23.3",
    "@babel/preset-react": "^7.23.3",
    "@biomejs/biome": "^1.9.4",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/d3-array": "^2.7.1",
    "@types/d3-axis": "^2.0.0",
    "@types/d3-brush": "^2.1.0",
    "@types/d3-color": "^2.0.0",
    "@types/d3-drag": "^2.0.0",
    "@types/d3-dsv": "^2.0.0",
    "@types/d3-format": "^2.0.0",
    "@types/d3-geo": "^2.0.1",
    "@types/d3-queue": "^3.0.7",
    "@types/d3-request": "^1.0.6",
    "@types/d3-scale": "^4.0.2",
    "@types/d3-selection": "^2.0.0",
    "@types/d3-transition": "^3.0.1",
    "@types/d3-zoom": "^3.0.0",
    "@types/enzyme": "^3.10.19",
    "@types/ndarray": "^1.0.13",
    "@types/node": "^22.10.7",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.2",
    "@vitejs/plugin-react": "^5.1.4",
    "@vitest/browser": "^3.0.5",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
    "ajv-cli": "^5.0.0",
    "chai": "^4.3.4",
    "enzyme": "^3.11.0",
    "esbuild": "^0.19.8",
    "msw": "^2.7.0",
    "pixi.js": "^6.5.2",
    "playwright": "^1.49.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "sass": "^1.89.2",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vite-plugin-babel": "^1.5.1",
    "vitest": "^3.0.5"
  }
}
