[READ-ONLY] Mirror of https://github.com/flo-bit/atproto-notify.
0

Configure Feed

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

atproto-notify / package.json
485 B 20 lines
1{ 2 "name": "atproto-notifs", 3 "version": "0.0.0", 4 "private": true, 5 "packageManager": "pnpm@11.2.2", 6 "engines": { 7 "node": ">=22" 8 }, 9 "scripts": { 10 "dev": "pnpm --filter @atmo/notifs-relay dev", 11 "build": "pnpm -r build", 12 "test": "pnpm -r test", 13 "generate": "pnpm --filter @atmo/notifs-lexicons generate", 14 "db:migrate": "pnpm --filter @atmo/notifs-relay db:migrate", 15 "typecheck": "tsc -b" 16 }, 17 "devDependencies": { 18 "typescript": "^5.8.3" 19 } 20}