mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-30 14:45:52 +00:00
release: v3.0.0 — Go backend
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
54
package.json
54
package.json
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"name": "meshcore-analyzer",
|
||||
"version": "2.6.0",
|
||||
"description": "Community-run alternative to the closed-source `analyzer.letsmesh.net`. MQTT packet collection + open-source web analyzer for the Bay Area MeshCore mesh.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npx c8 --reporter=text --reporter=text-summary sh test-all.sh",
|
||||
"test:unit": "node test-packet-filter.js && node test-aging.js && node test-regional-filter.js",
|
||||
"test:coverage": "npx c8 --reporter=text --reporter=html sh test-all.sh",
|
||||
"test:full-coverage": "sh scripts/combined-coverage.sh"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@michaelhart/meshcore-decoder": "^0.2.7",
|
||||
"better-sqlite3": "^12.8.0",
|
||||
"express": "^5.2.1",
|
||||
"mqtt": "^5.15.0",
|
||||
"ws": "^8.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nyc": "^18.0.0",
|
||||
"playwright": "^1.58.2",
|
||||
"supertest": "^7.2.2"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "meshcore-analyzer",
|
||||
"version": "3.0.0",
|
||||
"description": "Community-run alternative to the closed-source `analyzer.letsmesh.net`. MQTT packet collection + open-source web analyzer for the Bay Area MeshCore mesh.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npx c8 --reporter=text --reporter=text-summary sh test-all.sh",
|
||||
"test:unit": "node test-packet-filter.js && node test-aging.js && node test-regional-filter.js",
|
||||
"test:coverage": "npx c8 --reporter=text --reporter=html sh test-all.sh",
|
||||
"test:full-coverage": "sh scripts/combined-coverage.sh"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@michaelhart/meshcore-decoder": "^0.2.7",
|
||||
"better-sqlite3": "^12.8.0",
|
||||
"express": "^5.2.1",
|
||||
"mqtt": "^5.15.0",
|
||||
"ws": "^8.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nyc": "^18.0.0",
|
||||
"playwright": "^1.58.2",
|
||||
"supertest": "^7.2.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user