[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
594 B 23 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 "icons": "node scripts/generate-icons.mjs" 17 }, 18 "devDependencies": { 19 "@resvg/resvg-js": "^2.6.2", 20 "png-to-ico": "^2.1.8", 21 "typescript": "^5.8.3" 22 } 23}