This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Update package.json

+6 -1
+6 -1
package.json
··· 8 8 }, 9 9 "keywords": [], 10 10 "author": "", 11 - "license": "ISC" 11 + "license": "ISC", 12 + "dependencies": { 13 + "@atproto/api": "^0.12.10", 14 + "cron": "^3.1.7", 15 + "dotenv": "^16.4.5" 16 + } 12 17 }