first GodDaemons group commit

This commit is contained in:
STEINNI
2026-06-12 17:05:35 +00:00
commit 932b6e4752
20 changed files with 1655 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "gps",
"version": "3.4.6",
"description": "Websocket-Redis Message Bus Gateway",
"main": "gps.js",
"type": "module",
"scripts": {
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "wp42GPS"
},
"author": "Nike",
"license": "ISC",
"dependencies": {
"ajv": "^8.12.0",
"pm2": "^6.0.10",
"redis": "^4.3.0",
"urldecode": "^1.0.1",
"yargs": "^17.7.2"
}
}