1{ 2 "name": "@mary/maybe-decompression-stream", 3 "version": "0.1.0", 4 "exports": "./lib/mod.ts", 5 "fmt": { 6 "useTabs": true, 7 "indentWidth": 2, 8 "lineWidth": 110, 9 "semiColons": true, 10 "singleQuote": true 11 }, 12 "publish": { 13 "include": ["lib/", "LICENSE", "README.md", "deno.json"] 14 }, 15 "imports": { 16 "@std/assert": "jsr:@std/assert@^1.0.12" 17 } 18}