protobuf codec with static type inference
jsr.io/@mary/protobuf
typescript
jsr
1{
2 "name": "@mary/protobuf",
3 "version": "0.2.1",
4 "license": "0BSD",
5 "exports": "./lib/mod.ts",
6 "imports": {
7 "@std/assert": "jsr:@std/assert@^1.0.13",
8 "nanoid": "npm:nanoid@^5.1.5"
9 },
10 "publish": {
11 "include": ["lib/", "LICENSE", "README.md", "deno.json"]
12 },
13 "fmt": {
14 "useTabs": true,
15 "indentWidth": 2,
16 "lineWidth": 110,
17 "semiColons": true,
18 "singleQuote": true
19 }
20}