{
    "name": "node-red-contrib-image-tools",
    "version": "2.1.1",
    "description": "A dynamic image editor, image viewer, 1D/2D Barcode Generator and 1D/2D Barcode Decoder nodes",
    "keywords": [
        "node-red",
        "barcode",
        "datamatrix",
        "QR",
        "zxing",
        "jimp",
        "image editing",
        "image processing",
        "image manipulation",
        "image viewer",
        "png",
        "jpg",
        "jpeg",
        "bmp",
        "bitmap",
        "resize",
        "scale",
        "crop"
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/Steve-Mcl/node-red-contrib-image-tools.git"
    },
    "node-red": {
        "version": ">=1.0.0",
        "nodes": {
            "jimp": "jimp.js",
            "xzingDecode": "xzingDecode.js",
            "barcodeWriter": "barcodeWriter.js",
            "imageViewer": "imageViewer.js",
            "app": "app.js"
        }
    },
    "directories": {
        "example": "examples"
    },
    "dependencies": {
        "@jimp/custom": "^0.22.12",
        "@jimp/plugin-blur": "^0.22.12",
        "@jimp/plugin-color": "^0.22.12",
        "@jimp/plugin-resize": "^0.22.12",
        "@jimp/plugin-threshold": "^0.22.12",
        "@zxing/library": "^0.20.0",
        "bwip-js": "^4.2.0",
        "is-base64": "^1.1.0",
        "jimp": "^0.22.12"
    },
    "overrides": {
        "jimp": {
            "jpeg-js": "^0.4.4"
        }
    },
    "engines": {
        "node" : ">=14.0.0"
    }
}
