add cli for admin tools

This commit is contained in:
2025-04-15 15:33:50 -04:00
parent 4c39cee484
commit 2da0ee24e4
3 changed files with 157 additions and 0 deletions

18
cli/package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "mqtt",
"version": "1.0.0",
"main": "index.js",
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@prisma/client": "^5.11.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1",
"mqtt": "^5.11.0",
"protobufjs": "^7.5.0"
},
"devDependencies": {
"prisma": "^5.10.2"
}
}