UNPKG

p3x-redis-ui-server

Version:

🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface

74 lines 2.04 kB
{ "name": "p3x-redis-ui-server", "version": "2025.4.134", "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": "v22.16.0", "reponame": "redis-ui-server", "publish": true, "prefix": "p3x-", "type": "p3x" }, "main": "src/indexjs", "bin": { "p3xrs": "./bin/p3xrs.js" }, "scripts": { "test": "grunt", "start": "node ./bin/p3xrs --config ./p3xrs.json", "dev": "nodemon --watch src --watch package.json --watch bin ./bin/p3xrs", "dev-readonly-connections": "nodemon --watch src --watch package.json --watch bin ./bin/p3xrs --readonly-connections" }, "watch": { "run": "src/**/*.js" }, "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": "MIT", "devDependencies": { "corifeus-builder": "^2025.4.135", "nodemon": "^3.1.10" }, "dependencies-saved": { "koa-body": "^4.0.4", "koa-router": "^7.4.0", "@koa/cors": "^5.0.0" }, "dependencies": { "chalk": "^4.1.2", "commander": "^14.0.0", "corifeus-utils": "^2025.4.123", "ioredis": "^5.6.1", "koa": "^3.0.0", "koa-send": "^5.0.1", "koa-static": "^5.0.0", "lodash": "^4.17.21", "socket.io": "^4.8.1", "tunnel-ssh": "^5.2.0" }, "engines": { "node": ">=12.13.0" }, "homepage": "https://corifeus.com/redis-ui-server" }