{
  "name": "@meshtastic/meshtasticjs",
  "version": "2.2.16-0",
  "description": "Browser library for interfacing with meshtastic devices",
  "license": "GPL-3.0-only",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "generate:docs": "typedoc src/index.ts"
  },
  "keywords": [
    "meshtastic bluetooth serial webserial webbluetooth ble http library meshtasticjs"
  ],
  "publishConfig": {
    "provenance": true
  },
  "sideEffects": false,
  "type": "module",
  "module": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./types/index.d.ts"
    }
  },
  "files": ["dist", ".npmrc"],
  "types": "dist/index.d.ts",
  "bugs": {
    "url": "https://github.com/meshtastic/js/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/meshtastic/js.git"
  },
  "dependencies": {
    "@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20231206215336-8002ce9b3c7a.1",
    "@bufbuild/protobuf": "^1.6.0",
    "crc": "^4.3.2",
    "sub-events": "^1.9.0",
    "tslog": "^4.9.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.4",
    "@types/w3c-web-serial": "^1.0.6",
    "@types/web-bluetooth": "^0.0.20",
    "biome": "^0.3.3",
    "tslib": "^2.6.2",
    "typedoc": "^0.25.4",
    "typescript": "^5.3.3"
  }
}
