mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01:00
- Added new web/ directory for frontend development - Created fixtures/ subdirectory with JSON test data - Added samples for all major packet types (text, position, nodeinfo, etc.) - Added README files with documentation - Added placeholder package.json 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"name": "meshstream-web",
|
|
"version": "0.1.0",
|
|
"description": "Web application for visualizing Meshtastic network data",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "echo \"Error: no start script specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"meshtastic",
|
|
"mesh",
|
|
"network",
|
|
"visualization"
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
} |