Select the types of activity you want to include in your feed.
1{ 2 "name": "preact", 3 "type": "module", 4 "main": "index.js", 5 "scripts": { 6 "start": "ant index.js" 7 }, 8 "dependencies": { 9 "preact": "^10.29.0", 10 "esbuild": "^0.27.3" 11 } 12}