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": {
|
2024-10-02 01:52:03 +13:00
|
|
|
"test": "jest"
|
2024-03-12 12:33:28 +13:00
|
|
|
},
|
|
|
|
|
"author": "",
|
2024-03-12 18:31:17 +13:00
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
2026-01-04 18:24:15 +01:00
|
|
|
"@prisma/client": "^6.16.2",
|
2025-07-15 08:30:31 +00:00
|
|
|
"command-line-args": "^6.0.1",
|
2025-07-14 13:10:57 +00:00
|
|
|
"command-line-usage": "^7.0.3",
|
2025-07-18 13:11:12 +00:00
|
|
|
"compression": "^1.8.1",
|
2026-01-22 20:07:46 +00:00
|
|
|
"cors": "^2.8.6",
|
2025-12-01 23:49:24 +00:00
|
|
|
"express": "^5.2.1",
|
2025-09-04 20:30:53 +00:00
|
|
|
"mqtt": "^5.14.1",
|
2026-01-02 22:20:24 +01:00
|
|
|
"protobufjs": "^7.5.4",
|
|
|
|
|
"ws": "^8.18.3"
|
2024-03-13 03:46:50 +13:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-03 16:15:12 +00:00
|
|
|
"jest": "^30.1.3",
|
2026-01-04 18:24:30 +01:00
|
|
|
"prisma": "^6.16.2"
|
2024-03-12 18:31:17 +13:00
|
|
|
}
|
2024-03-12 12:33:28 +13:00
|
|
|
}
|