Files
meshstream/web/package.json
Daniel Pupius c6de28aacb Create web directory with test fixtures
- 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>
2025-04-22 12:43:30 -07:00

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"
}