25 lines
505 B
JSON
25 lines
505 B
JSON
{
|
|
"name": "meshtastic-map",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@prisma/client": "^5.11.0",
|
|
"command-line-args": "^6.0.1",
|
|
"command-line-usage": "^7.0.3",
|
|
"compression": "^1.8.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^5.0.0",
|
|
"mqtt": "^5.13.2",
|
|
"protobufjs": "^7.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^30.0.4",
|
|
"prisma": "^5.10.2"
|
|
}
|
|
}
|