{
    "name": "node-red",
    "version": "4.1.8",
    "description": "Low-code programming for event-driven applications",
    "homepage": "https://nodered.org",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/node-red/node-red.git"
    },
    "main": "lib/red.js",
    "scripts": {
        "start": "node red.js"
    },
    "bin": {
        "node-red": "./red.js",
        "node-red-pi": "bin/node-red-pi"
    },
    "contributors": [
        {
            "name": "Nick O'Leary"
        },
        {
            "name": "Dave Conway-Jones"
        }
    ],
    "keywords": [
        "editor",
        "messaging",
        "iot",
        "flow"
    ],
    "dependencies": {
        "@node-red/editor-api": "4.1.8",
        "@node-red/runtime": "4.1.8",
        "@node-red/util": "4.1.8",
        "@node-red/nodes": "4.1.8",
        "basic-auth": "2.0.1",
        "bcryptjs": "3.0.3",
        "cors": "2.8.5",
        "express": "4.22.1",
        "fs-extra": "11.3.0",
        "node-red-admin": "^4.1.3",
        "nopt": "5.0.0",
        "semver": "7.7.4"
    },
    "optionalDependencies": {
        "@node-rs/bcrypt": "1.10.7"
    },
    "engines": {
        "node": ">=18.5"
    }
}
