{
    "name": "node-red-admin",
    "version": "4.1.5",
    "description": "The Node-RED admin command line interface",
    "homepage": "https://nodered.org",
    "bugs": {
        "url": "https://github.com/node-red/node-red-admin/issues/"
    },
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/node-red/node-red-admin.git"
    },
    "main": "lib/index.js",
    "engines": {
        "node": ">=18"
    },
    "contributors": [
        {
            "name": "Nick O'Leary"
        },
        {
            "name": "Anna Thomas"
        }
    ],
    "scripts": {
        "test": "nyc mocha",
        "coverage": "nyc report --reporter=lcov"
    },
    "dependencies": {
        "ansi-colors": "4.1.3",
        "axios": "1.15.0",
        "bcryptjs": "3.0.3",
        "cli-table": "0.3.11",
        "enquirer": "2.4.1",
        "minimist": "1.2.8",
        "mustache": "4.2.0",
        "read": "3.0.1"
    },
    "devDependencies": {
        "mocha": "11.7.5",
        "nyc": "17.1.0",
        "should": "13.2.3",
        "sinon": "20.0.0",
        "sinon-test": "3.1.6"
    },
    "optionalDependencies": {
        "@node-rs/bcrypt": "1.10.7"
    },
    "bin": {
        "node-red-admin": "node-red-admin.js"
    },
    "mocha": {
        "spec:": "test/**/*.spec.js",
        "diff": true,
        "extension": [
            "js"
        ],
        "opts": false,
        "package": "./package.json",
        "reporter": "spec",
        "slow": 75,
        "timeout": 2000,
        "ui": "bdd",
        "recursive": "true",
        "watch-files": [
            "lib/**/*.js",
            "test/**/*.js"
        ],
        "watch-ignore": [
            "lib/vendor"
        ]
    }
}
