{
  "name": "@thi.ng/viz",
  "version": "0.7.5",
  "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup",
  "type": "module",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/thi-ng/umbrella.git"
  },
  "homepage": "https://thi.ng/viz",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/postspectacular"
    },
    {
      "type": "patreon",
      "url": "https://patreon.com/thing_umbrella"
    },
    {
      "type": "liberapay",
      "url": "https://liberapay.com/thi.ng"
    }
  ],
  "author": "Karsten Schmidt (https://thi.ng)",
  "license": "Apache-2.0",
  "scripts": {
    "build": "yarn build:esbuild && yarn build:decl",
    "build:decl": "tsc --declaration --emitDeclarationOnly",
    "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
    "clean": "bun ../../tools/src/clean-package.ts axis plot",
    "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
    "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
    "pub": "yarn npm publish --access public",
    "test": "bun test",
    "tool:bars": "bun tools/bars.ts",
    "tool:candles": "bun tools/candles.ts",
    "tool:covid": "bun tools/covid-bars.ts",
    "tool:intervals": "bun tools/intervals.ts",
    "tool:line": "bun tools/line.ts",
    "tool:tags": "bun tools/tagcloud.ts",
    "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
  },
  "dependencies": {
    "@thi.ng/api": "^8.11.25",
    "@thi.ng/arrays": "^2.10.22",
    "@thi.ng/checks": "^3.7.5",
    "@thi.ng/math": "^5.11.25",
    "@thi.ng/object-utils": "^1.1.21",
    "@thi.ng/strings": "^3.9.10",
    "@thi.ng/transducers": "^9.2.25"
  },
  "devDependencies": {
    "@thi.ng/date": "^2.7.50",
    "esbuild": "^0.25.2",
    "typedoc": "^0.28.1",
    "typescript": "^5.8.2"
  },
  "keywords": [
    "2d",
    "analysis",
    "area",
    "bar",
    "candle",
    "canvas",
    "chart",
    "clipping",
    "declarative",
    "hiccup",
    "interval",
    "line",
    "plot",
    "scatter",
    "svg",
    "timeline",
    "transducer",
    "typescript",
    "visualization"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "./*.js",
    "./*.d.ts",
    "axis",
    "plot"
  ],
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./api": {
      "default": "./api.js"
    },
    "./axis/common": {
      "default": "./axis/common.js"
    },
    "./axis/lens": {
      "default": "./axis/lens.js"
    },
    "./axis/linear": {
      "default": "./axis/linear.js"
    },
    "./axis/log": {
      "default": "./axis/log.js"
    },
    "./domain": {
      "default": "./domain.js"
    },
    "./plot/area": {
      "default": "./plot/area.js"
    },
    "./plot/bar": {
      "default": "./plot/bar.js"
    },
    "./plot/candle": {
      "default": "./plot/candle.js"
    },
    "./plot/line": {
      "default": "./plot/line.js"
    },
    "./plot/scatter": {
      "default": "./plot/scatter.js"
    },
    "./plot/stacked-intervals": {
      "default": "./plot/stacked-intervals.js"
    },
    "./plot/utils": {
      "default": "./plot/utils.js"
    },
    "./plot": {
      "default": "./plot.js"
    }
  },
  "thi.ng": {
    "related": [
      "hiccup",
      "hiccup-canvas",
      "hiccup-svg"
    ],
    "status": "alpha",
    "year": 2014
  },
  "gitHead": "87aa2d0e64a357476c10fd57aabdfded13c79f7d\n"
}