{
	"name": "@thi.ng/imago",
	"version": "1.6.17",
	"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
	"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/imago"
	},
	"homepage": "https://thi.ng/imago",
	"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",
		"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:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
	},
	"dependencies": {
		"@thi.ng/api": "^8.12.27",
		"@thi.ng/blurhash": "^1.0.49",
		"@thi.ng/checks": "^3.10.1",
		"@thi.ng/date": "^3.0.0",
		"@thi.ng/defmulti": "^3.0.104",
		"@thi.ng/errors": "^2.6.16",
		"@thi.ng/file-io": "^2.3.1",
		"@thi.ng/logger": "^3.3.10",
		"@thi.ng/object-utils": "^1.3.19",
		"@thi.ng/pixel": "^7.5.36",
		"@thi.ng/pixel-dither": "^1.1.204",
		"@thi.ng/prefixes": "^2.3.77",
		"sharp": "^0.35.2"
	},
	"devDependencies": {
		"@thi.ng/vectors": "^8.6.37",
		"@types/node": "^25.9.4",
		"esbuild": "^0.28.1",
		"typedoc": "^0.28.19",
		"typescript": "^6.0.3"
	},
	"keywords": [
		"avif",
		"batch",
		"bitmap",
		"blur",
		"color",
		"composition",
		"conversion",
		"crop",
		"dither",
		"exif",
		"fileformat",
		"gif",
		"grayscale",
		"icc",
		"image",
		"jpeg",
		"nested",
		"no-browser",
		"nodejs",
		"pipeline",
		"png",
		"process",
		"resize",
		"svg",
		"tiff",
		"tool",
		"transformation",
		"tree",
		"typescript",
		"webp"
	],
	"publishConfig": {
		"access": "public"
	},
	"browser": {
		"process": false,
		"setTimeout": false
	},
	"engines": {
		"node": ">=18"
	},
	"files": [
		"./*.js",
		"./*.d.ts",
		"layers",
		"ops"
	],
	"exports": {
		".": {
			"default": "./index.js"
		},
		"./api": {
			"default": "./api.js"
		},
		"./layers/color": {
			"default": "./layers/color.js"
		},
		"./layers/image": {
			"default": "./layers/image.js"
		},
		"./layers/raw": {
			"default": "./layers/raw.js"
		},
		"./layers/svg": {
			"default": "./layers/svg.js"
		},
		"./layers/text": {
			"default": "./layers/text.js"
		},
		"./ops/blur": {
			"default": "./ops/blur.js"
		},
		"./ops/composite": {
			"default": "./ops/composite.js"
		},
		"./ops/crop": {
			"default": "./ops/crop.js"
		},
		"./ops/dither": {
			"default": "./ops/dither.js"
		},
		"./ops/exif": {
			"default": "./ops/exif.js"
		},
		"./ops/extend": {
			"default": "./ops/extend.js"
		},
		"./ops/gamma": {
			"default": "./ops/gamma.js"
		},
		"./ops/grayscale": {
			"default": "./ops/grayscale.js"
		},
		"./ops/hsbl": {
			"default": "./ops/hsbl.js"
		},
		"./ops/icc": {
			"default": "./ops/icc.js"
		},
		"./ops/maxsize": {
			"default": "./ops/maxsize.js"
		},
		"./ops/nest": {
			"default": "./ops/nest.js"
		},
		"./ops/output": {
			"default": "./ops/output.js"
		},
		"./ops/resize": {
			"default": "./ops/resize.js"
		},
		"./ops/rotate": {
			"default": "./ops/rotate.js"
		},
		"./ops": {
			"default": "./ops.js"
		},
		"./path": {
			"default": "./path.js"
		},
		"./proc": {
			"default": "./proc.js"
		},
		"./utils": {
			"default": "./utils.js"
		}
	},
	"thi.ng": {
		"status": "alpha",
		"year": 2024
	},
	"gitHead": "febee81fd8b59e5e330a6e6521a2667ed5401a3d"
}
