meshtastic-map/package.json

27 lines
526 B
JSON
Raw Normal View History

2024-03-12 12:33:28 +13:00
{
"name": "meshtastic-map",
"version": "1.0.0",
"description": "",
2024-03-12 18:31:17 +13:00
"main": "src/index.js",
2024-03-12 12:33:28 +13:00
"scripts": {
"test": "jest"
2024-03-12 12:33:28 +13:00
},
"author": "",
2024-03-12 18:31:17 +13:00
"license": "ISC",
"dependencies": {
"@prisma/client": "^6.16.2",
"command-line-args": "^6.0.1",
"command-line-usage": "^7.0.3",
"compression": "^1.8.1",
2025-03-27 08:32:04 +01:00
"cors": "^2.8.5",
2025-07-08 16:54:59 +02:00
"express": "^5.0.0",
"mqtt": "^5.14.1",
"protobufjs": "^7.5.4",
"ws": "^8.18.3"
},
"devDependencies": {
"jest": "^30.1.3",
"prisma": "^6.16.2"
2024-03-12 18:31:17 +13:00
}
2024-03-12 12:33:28 +13:00
}