Select the types of activity you want to include in your feed.
1{ 2 "tasks": { 3 "dev": "deno run --allow-net --unstable-temporal --unstable-raw-imports --allow-env --watch ./src/index.ts" 4 }, 5 "imports": { 6 "zod": "npm:zod@^4.1.13" 7 } 8}