{
    "name": "p3x-redis-ui-server",
    "version": "2026.4.309",
    "description": "🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface",
    "corifeus": {
        "icon": "fas fa-flag-checkered",
        "code": "Reverse",
        "opencollective": false,
        "build": true,
        "nodejs": "v24.14.1",
        "reponame": "redis-ui-server",
        "publish": true,
        "prefix": "p3x-",
        "type": "p3x"
    },
    "type": "module",
    "main": "dist/index.mjs",
    "bin": {
        "p3xrs": "./bin/p3xrs.mjs"
    },
    "scripts": {
        "test": "grunt --gruntfile Gruntfile.cjs",
        "build:compressed": "node ./scripts/build-compressed.mjs",
        "start": "node ./bin/p3xrs.mjs --config ./p3xrs.json",
        "dev": "NODE_ENV=development nodemon --watch src --watch package.json --watch bin ./bin/p3xrs.mjs --config ../p3xrs.json",
        "dev-readonly-connections": "NODE_ENV=development nodemon --watch src --watch package.json --watch bin ./bin/p3xrs.mjs --config ../p3xrs.json --readonly-connections"
    },
    "watch": {
        "run": "src/**/*.mjs"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/patrikx3/redis-ui-server.git"
    },
    "keywords": [
        "redis",
        "ui",
        "gui",
        "web",
        "electron",
        "desktop",
        "server",
        "angularjs",
        "javascript",
        "material",
        "dark",
        "light"
    ],
    "author": "Patrik Laszlo <alabard@gmail.com>",
    "license": "SEE LICENSE IN LICENSE",
    "devDependencies": {
        "corifeus-builder": "^2025.4.135",
        "nodemon": "^3.1.14",
        "terser": "^5.46.1"
    },
    "dependencies": {
        "bcryptjs": "^3.0.3",
        "chalk": "^5.6.2",
        "commander": "^14.0.3",
        "corifeus-utils": "^2025.4.123",
        "express": "^5.2.1",
        "groq-sdk": "^1.1.2",
        "ioredis": "^5.10.1",
        "lodash-es": "^4.18.0",
        "socket.io": "^4.8.3",
        "tunnel-ssh": "^5.2.0"
    },
    "engines": {
        "node": ">=12.13.0"
    },
    "homepage": "https://corifeus.com/redis-ui-server"
}