p3x-redis-ui-server
Version:
🏍️ P3X Redis UI server — Socket.IO backend for the dual Angular + React frontend with AI queries, 54 languages, and auto data decompression
76 lines • 2.51 kB
JSON
{
"name": "p3x-redis-ui-server",
"version": "2026.4.371",
"description": "🏍️ P3X Redis UI server — Socket.IO backend for the dual Angular + React frontend with AI queries, 54 languages, and auto data decompression",
"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",
"dev-auth": "NODE_ENV=development nodemon --watch src --watch package.json --watch bin ./bin/p3xrs.mjs --config ../p3xrs.json --http-auth-enable --http-auth-username admin --http-auth-password admin"
},
"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": "MIT",
"devDependencies": {
"corifeus-builder": "^2026.4.139",
"nodemon": "^3.1.14",
"terser": "^5.46.1"
},
"dependencies": {
"@msgpack/msgpack": "^3.1.3",
"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.1",
"lz4js": "^0.2.0",
"snappyjs": "^0.7.0",
"socket.io": "^4.8.3",
"tunnel-ssh": "^5.2.0"
},
"engines": {
"node": ">=12.13.0"
},
"homepage": "https://corifeus.com/redis-ui-server"
}