Select the types of activity you want to include in your feed.
1{ 2 "name": "@mary/exif-rm", 3 "version": "0.2.2", 4 "exports": "./mod.ts", 5 "fmt": { 6 "useTabs": true, 7 "indentWidth": 2, 8 "lineWidth": 110, 9 "semiColons": true, 10 "singleQuote": true 11 }, 12 "publish": { 13 "exclude": [".vscode/", "samples/", "deno.lock", "test.ts"] 14 } 15}