{
    "name": "node-red-contrib-hikvision-ultimate",
    "version": "1.2.14",
    "description": "A native set of nodes for Hikvision (and compatible) Cameras, Alarms, Radars, NVR, Doorbells, etc.",
    "author": "Supergiovane (https://github.com/Supergiovane)",
    "scripts": {
        "release:beta": "npm version prerelease --preid=beta && npm publish --tag beta",
        "node-red:noauth": "npx node-red -s tools/node-red/settings-noauth.js",
        "node-red:auth": "npx node-red -s tools/node-red/settings-auth.js"
    },
    "dependencies": {
        "jimp": "0.22.10",
        "lodash": "4.17.21",
        "fast-xml-parser": "4.0.13",
        "dicer": "0.3.1"
    },
    "keywords": [
        "node-red",
        "hikvision",
        "alarm",
        "camera",
        "radar",
        "ANPR",
        "license plate",
        "doorbell",
        "door intercom",
        "access control terminal",
        "Ax Pro"
    ],
    "engines": {
        "node": ">=16.0.0"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/Supergiovane/node-red-contrib-hikvision-ultimate"
    },
    "node-red": {
        "nodes": {
            "Hikvision-config": "nodes/Hikvision-config.js",
            "AXPro-config": "nodes/AXPro-config.js",
            "Doorbell-config": "nodes/Doorbell-config.js",
            "ANPR-config": "nodes/ANPR-config.js",
            "Speaker-config": "nodes/Speaker-config.js",
            "AccessControl-config": "nodes/AccessControl-config.js",
            "hikvisionUltimateText": "nodes/hikvisionUltimateText.js",
            "hikvisionUltimateAlarm": "nodes/hikvisionUltimateAlarm.js",
            "hikvisionUltimateAlarmRaw": "nodes/hikvisionUltimateAlarmRaw.js",
            "hikvisionUltimateANPR": "nodes/hikvisionUltimateANPR.js",
            "hikvisionUltimatePTZ": "nodes/hikvisionUltimatePTZ.js",
            "hikvisionUltimatePicture": "nodes/hikvisionUltimatePicture.js",
            "hikvisionUltimateXML": "nodes/hikvisionUltimateXML.js",
            "hikvisionUltimateDoorbell": "nodes/hikvisionUltimateDoorbell.js",
            "hikvisionUltimateAxPro": "nodes/hikvisionUltimateAxPro.js",
            "hikvisionUltimateAccessControlTerminal": "nodes/hikvisionUltimateAccessControlTerminal.js",
            "hikvisionUltimateSpeaker": "nodes/hikvisionUltimateSpeaker.js"
        }
    }
}