mirror of
https://github.com/meshtastic/web.git
synced 2026-08-01 07:26:34 -04:00
Bumps [@bufbuild/protoc-gen-es](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoc-gen-es) from 1.10.1 to 2.12.0. - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.12.0/packages/protoc-gen-es) --- updated-dependencies: - dependency-name: "@bufbuild/protoc-gen-es" dependency-version: 2.12.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29 lines
713 B
JSON
29 lines
713 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.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/protoc-gen-es": "^2.12.0",
|
|
"rimraf": "^6.0.0"
|
|
}
|
|
}
|