{ "name": "meshtxt", "version": "1.0.0", "description": "A simple, mobile friendly, web based Meshtastic client developed by Liam Cottle", "main": "index.js", "type": "module", "scripts": { "build": "vite build", "dev": "vite" }, "author": "Liam Cottle <liam@liamcottle.com>", "license": "MIT", "dependencies": { "@meshtastic/js": "^2.3.7-5", "@tailwindcss/forms": "^0.5.9", "@vitejs/plugin-vue": "^5.2.0", "axios": "^1.7.7", "click-outside-vue3": "^4.0.1", "command-line-args": "^6.0.1", "command-line-usage": "^7.0.3", "express": "^4.21.1", "moment": "^2.30.1", "protobufjs": "^7.4.0", "rxdb": "^15.38.2", "rxjs": "^7.8.1", "uuid": "^11.0.3", "vite": "^5.4.11", "vue": "^3.5.12", "vue-router": "^4.4.5" }, "devDependencies": { "autoprefixer": "^10.4.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.14" } }