mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 23:16:37 -04:00
14 lines
237 B
JSON
14 lines
237 B
JSON
{
|
|
"name": "@meshtastic/protobufs",
|
|
"version": "__PACKAGE_VERSION__",
|
|
"exports": {
|
|
".": "./mod.ts"
|
|
},
|
|
"imports": {
|
|
"@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.9.0"
|
|
},
|
|
"publish": {
|
|
"exclude": ["!dist"]
|
|
}
|
|
}
|