mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
16 lines
248 B
JSON
16 lines
248 B
JSON
|
|
{
|
||
|
|
"name": "@meshtastic/protobufs",
|
||
|
|
"version": "__PACKAGE_VERSION__",
|
||
|
|
"exports": {
|
||
|
|
".": "./mod.ts"
|
||
|
|
},
|
||
|
|
"imports": {
|
||
|
|
"@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.2.3"
|
||
|
|
},
|
||
|
|
"publish": {
|
||
|
|
"exclude": [
|
||
|
|
"!lib"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|