{
  "name": "@meshtastic/protobufs",
  "description": "Protobuf definitions for the Meshtastic project",
  "version": "2.8.0",
  "homepage": "https://github.com/meshtastic/protobufs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meshtastic/protobufs.git"
  },
  "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.22.14",
    "typescript": "^7.0.0"
  },
  "scripts": {
    "build": "tsdown"
  },
  "tsdown": {
    "entry": "mod.ts",
    "dts": true,
    "format": [
      "esm"
    ],
    "splitting": false,
    "fixedExtension": false
  }
}
