Files
map/mqtt/package.json
2025-04-15 17:56:19 -04:00

20 lines
431 B
JSON

{
"name": "mqtt",
"version": "1.0.0",
"main": "index.js",
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@bufbuild/protobuf": "^2.2.5",
"@meshtastic/protobufs": "npm:@jsr/meshtastic__protobufs@^2.6.2",
"@prisma/client": "^5.11.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1",
"mqtt": "^5.11.0"
},
"devDependencies": {
"prisma": "^5.10.2"
}
}