{
    "$schema": "http://json.schemastore.org/package",
    "name": "@kayahr/stackblur",
    "version": "2.0.1",
    "type": "module",
    "description": "A fast but still good looking image blur",
    "keywords": [
        "blur",
        "stackblur",
        "filter",
        "image",
        "imaging",
        "typescript"
    ],
    "license": "MIT",
    "author": "Klaus Reimer <k@ailis.de>",
    "repository": "github:kayahr/stackblur",
    "homepage": "https://github.com/kayahr/stackblur",
    "bugs": "https://github.com/kayahr/stackblur/issues",
    "funding": "https://github.com/kayahr/stackblur?sponsor=1",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "lib/main/",
        "src/main/"
    ],
    "main": "./lib/main/stackblur.js",
    "exports": "./lib/main/stackblur.js",
    "scripts": {
        "clean": "rimraf lib",
        "build": "run-s build:*",
        "build:compile": "tsc",
        "test": "run-s test:*",
        "test:unit": "vitest run",
        "test:lint": "eslint --max-warnings 0",
        "test:apidoc": "typedoc --emit none",
        "test:spell": "cspell --no-progress --no-summary",
        "apidoc": "typedoc",
        "prepare": "run-s clean build"
    },
    "devDependencies": {
        "@kayahr/eslint-config": "3.3.0",
        "@kayahr/vitest-matchers": "1.1.0",
        "@types/jest-image-snapshot": "6.4.0",
        "@types/node": "22.10.6",
        "@vitest/coverage-v8": "2.1.8",
        "cspell": "8.17.2",
        "jest-image-snapshot": "6.4.0",
        "npm-run-all": "4.1.5",
        "rimraf": "6.0.1",
        "sharp": "0.33.5",
        "typedoc": "0.27.6",
        "typescript": "5.7.3",
        "vitest": "2.1.8"
    }
}
