Select the types of activity you want to include in your feed.
1{ 2 "name": "@cv/utils", 3 "version": "0.0.0", 4 "private": true, 5 "main": "index.ts", 6 "types": "index.ts", 7 "scripts": { 8 "typecheck": "tsc -b" 9 }, 10 "devDependencies": { 11 "@cv/tsconfig": "workspace:*" 12 } 13}