meshtastic 0.1.9

A Rust library for communicating with and configuring Meshtastic devices.
Documentation
{
  "name": "@meshtastic/protobufs",
  "description": "Protobuf definitions for the Meshtastic project",
  "version": "__PACKAGE_VERSION__",
  "homepage": "https://github.com/meshtastic/protobufs",
  "license": "GPLV3",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./dist/mod.js",
  "module": "./dist/mod.js",
  "types": "./dist/mod.d.ts",
  "dependencies": {
    "@bufbuild/protobuf": "^2.2.3"
  },
  "devDependencies": {
    "tsdown": "^0.13.4",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "tsdown"
  },
  "tsdown": {
    "entry": "mod.ts",
    "dts": true,
    "format": [
      "esm"
    ],
    "splitting": false
  }
}