Move meshtastic mqtt project to meshcore usb project
This commit is contained in:
+7
-7
@@ -1,32 +1,32 @@
|
||||
{
|
||||
"name": "meshtastic-mqtt-dashboard",
|
||||
"name": "meshcore-usb-dashboard",
|
||||
"version": "1.0.0",
|
||||
"description": "Complete Meshtastic MQTT Dashboard with web frontend",
|
||||
"description": "MeshCore USB Serial Dashboard with web frontend",
|
||||
"type": "module",
|
||||
"main": "src/server.js",
|
||||
"scripts": {
|
||||
"start": "node src/server.js",
|
||||
"dev": "nodemon src/server.js",
|
||||
"init-db": "node src/database/init.js",
|
||||
"create-user": "node src/scripts/createUser.js"
|
||||
},
|
||||
"keywords": [
|
||||
"meshtastic",
|
||||
"mqtt",
|
||||
"meshcore",
|
||||
"serial",
|
||||
"dashboard",
|
||||
"iot"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@liamcottle/meshcore.js": "latest",
|
||||
"express": "^4.18.2",
|
||||
"express-session": "^1.17.3",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"mqtt": "^5.3.4",
|
||||
"better-sqlite3": "^9.2.2",
|
||||
"dotenv": "^16.3.1",
|
||||
"winston": "^3.11.0",
|
||||
"node-cron": "^3.0.3",
|
||||
"protobufjs": "^7.2.5",
|
||||
"serialport": "^12.0.0",
|
||||
"express-rate-limit": "^7.1.5",
|
||||
"helmet": "^7.1.0",
|
||||
"cors": "^2.8.5"
|
||||
|
||||
Reference in New Issue
Block a user