21 lines
451 B
JSON
21 lines
451 B
JSON
{
|
|
"name": "mqtt",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"type": "module",
|
|
"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"
|
|
}
|
|
}
|