{
  "name": "@thi.ng/imago",
  "version": "1.1.1",
  "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": "https://github.com/thi-ng/umbrella.git"
  },
  "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": "yarn npm publish --access public",
    "test": "bun test",
    "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
  },
  "dependencies": {
    "@thi.ng/api": "^8.11.29",
    "@thi.ng/blurhash": "^1.0.16",
    "@thi.ng/checks": "^3.7.9",
    "@thi.ng/date": "^2.7.54",
    "@thi.ng/defmulti": "^3.0.69",
    "@thi.ng/errors": "^2.5.35",
    "@thi.ng/file-io": "^2.1.38",
    "@thi.ng/logger": "^3.1.10",
    "@thi.ng/object-utils": "^1.1.25",
    "@thi.ng/pixel": "^7.5.1",
    "@thi.ng/pixel-dither": "^1.1.168",
    "@thi.ng/prefixes": "^2.3.46",
    "sharp": "^0.34.2"
  },
  "devDependencies": {
    "@thi.ng/vectors": "^8.3.0",
    "@types/node": "^22.15.21",
    "esbuild": "^0.25.5",
    "typedoc": "^0.28.5",
    "typescript": "^5.8.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/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": "93cdcd8db4d4669561a7f0ebc47697bdbfd04214\n"
}