Files
web/packages/protobufs/package.json
dependabot[bot] bb09381ed7 chore(deps): bump @bufbuild/protobuf from 2.12.0 to 2.12.1 (#1221)
Bumps [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.12.1/packages/protobuf)

---
updated-dependencies:
- dependency-name: "@bufbuild/protobuf"
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-28 13:12:31 -04:00

29 lines
714 B
JSON

{
"name": "@meshtastic/protobufs",
"version": "0.0.0",
"private": true,
"description": "Workspace package for Meshtastic protobuf stubs (local dev only). This package is published to the JSR registry separately.",
"license": "GPL-3.0-only",
"files": [
"./packages/ts/dist/"
],
"type": "module",
"sideEffects": false,
"types": "./packages/ts/mod.ts",
"exports": {
".": "./packages/ts/mod.ts"
},
"scripts": {
"gen": "buf generate",
"clean": "rimraf packages/ts/dist",
"build": "pnpm run clean && pnpm run gen"
},
"dependencies": {
"@bufbuild/protobuf": "^2.12.1"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^2.12.1",
"rimraf": "^6.0.0"
}
}