{
	"name": "@thi.ng/viz",
	"version": "0.8.45",
	"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": "git+https://codeberg.org/thi.ng/umbrella.git",
		"directory": "packages/viz"
	},
	"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": "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.12.25",
		"@thi.ng/arrays": "^2.14.22",
		"@thi.ng/checks": "^3.9.5",
		"@thi.ng/math": "^5.15.14",
		"@thi.ng/object-utils": "^1.3.17",
		"@thi.ng/strings": "^3.12.7",
		"@thi.ng/transducers": "^9.6.39",
		"@thi.ng/vectors": "^8.6.35"
	},
	"devDependencies": {
		"@thi.ng/date": "^2.8.9",
		"esbuild": "^0.28.0",
		"typedoc": "^0.28.19",
		"typescript": "^6.0.3"
	},
	"keywords": [
		"2d",
		"analysis",
		"area",
		"bar",
		"candle",
		"canvas",
		"chart",
		"clipping",
		"dataviz",
		"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/vector-field": {
			"default": "./plot/vector-field.js"
		},
		"./plot": {
			"default": "./plot.js"
		}
	},
	"thi.ng": {
		"related": [
			"hiccup",
			"hiccup-canvas",
			"hiccup-svg"
		],
		"status": "alpha",
		"year": 2014
	},
	"gitHead": "65b041e97110e16c01cf968949b72a0873f14445"
}
