this repo has no description
0
fork

Configure Feed

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

re-add missing packages

alice 62eec92d 676202ac

+5 -1
+5 -1
package.json
··· 20 20 "typescript-eslint": "^8.7.0" 21 21 }, 22 22 "dependencies": { 23 + "@ai-sdk/anthropic": "^0.0.51", 23 24 "@atproto/api": "^0.13.8", 24 25 "@skyware/jetstream": "^0.1.6", 25 26 "@skyware/labeler": "^0.1.7", 27 + "ai": "^3.4.7", 28 + "canvas": "^2.11.2", 26 29 "dotenv": "^16.4.5", 27 30 "express": "^4.21.0", 28 31 "pino": "^9.4.0", 29 32 "pino-pretty": "^11.2.2", 30 - "prom-client": "^15.1.3" 33 + "prom-client": "^15.1.3", 34 + "zod": "^3.23.8" 31 35 } 32 36 }