Select the types of activity you want to include in your feed.
1{ 2 "name": "@mary/array-fns", 3 "version": "0.1.3", 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}