{
  "name": "hilbert-chart",
  "version": "1.16.5",
  "description": "A hilbert space-filling curve D3 chart for representing one-dimensional lengths on a two-dimensional space.",
  "type": "module",
  "jsdelivr": "dist/hilbert-chart.min.js",
  "unpkg": "dist/hilbert-chart.min.js",
  "main": "dist/hilbert-chart.mjs",
  "module": "dist/hilbert-chart.mjs",
  "types": "dist/hilbert-chart.d.ts",
  "exports": {
    "types": "./dist/hilbert-chart.d.ts",
    "umd": "./dist/hilbert-chart.min.js",
    "default": "./dist/hilbert-chart.mjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vasturiano/hilbert-chart.git"
  },
  "homepage": "https://github.com/vasturiano/hilbert-chart",
  "keywords": [
    "hilbert",
    "space filling",
    "curve",
    "d3",
    "chart"
  ],
  "author": {
    "name": "Vasco Asturiano",
    "url": "https://github.com/vasturiano"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vasturiano/hilbert-chart/issues"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "dev": "rollup -w -c rollup.config.dev.js",
    "prepare": "npm run build"
  },
  "files": [
    "dist/**/*",
    "example/**/*"
  ],
  "dependencies": {
    "accessor-fn": "1",
    "d3-axis": "1 - 3",
    "d3-hilbert": "^1.4",
    "d3-scale": "1 - 4",
    "d3-scale-chromatic": "2 - 3",
    "d3-selection": "2 - 3",
    "d3-tip": "^0.9.1",
    "d3-zoom": "1 - 3",
    "float-tooltip": "^1.7",
    "gsap": "^3.12",
    "heatmap.js": "^2.0.5",
    "kapsule": "^1.16",
    "node-interval-tree": "^2.1",
    "scroll-zoom-clamp": "1"
  },
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "postcss": "^8.5.3",
    "rimraf": "^6.0.1",
    "rollup": "^4.36.0",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-postcss": "^4.0.2",
    "typescript": "^5.8.2"
  },
  "engines": {
    "node": ">=12"
  }
}
