-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
74 lines (74 loc) · 2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "p3x-redis-ui-server",
"version": "2024.10.125",
"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.12.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 <[email protected]>",
"license": "MIT",
"devDependencies": {
"corifeus-builder": "^2024.10.111",
"nodemon": "^3.1.9"
},
"dependencies-saved": {
"koa-body": "^4.0.4",
"koa-router": "^7.4.0",
"@koa/cors": "^5.0.0"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^12.1.0",
"corifeus-utils": "^2024.10.126",
"ioredis": "^5.4.2",
"koa": "^2.15.3",
"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"
}