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": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
2024-03-12 18:31:17 +13:00
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
2024-03-13 03:46:50 +13:00
|
|
|
"@prisma/client": "^5.11.0",
|
2024-03-27 01:23:57 +13:00
|
|
|
"command-line-args": "^5.2.1",
|
2024-03-12 18:31:17 +13:00
|
|
|
"express": "^4.18.3",
|
2024-03-13 03:46:50 +13:00
|
|
|
"mqtt": "^5.3.6",
|
|
|
|
|
"protobufjs": "^7.2.6"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"prisma": "^5.10.2"
|
2024-03-12 18:31:17 +13:00
|
|
|
}
|
2024-03-12 12:33:28 +13:00
|
|
|
}
|