[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 / apps / relay / package.json
786 B 30 lines
1{ 2 "name": "@atmo/notifs-relay", 3 "version": "0.0.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "wrangler dev", 8 "build": "tsc -b", 9 "test": "vitest run", 10 "test:watch": "vitest", 11 "typecheck": "tsc -b", 12 "db:migrate": "wrangler d1 migrations apply notifs-relay" 13 }, 14 "dependencies": { 15 "@atcute/client": "^5.0.0", 16 "@atcute/identity-resolver": "^2.0.0", 17 "@atcute/lexicons": "^2.0.0", 18 "@atcute/xrpc-server": "^2.0.0", 19 "@atmo/notifs-lexicons": "workspace:*", 20 "nanoid": "^5.1.11" 21 }, 22 "devDependencies": { 23 "@atcute/crypto": "^2.4.1", 24 "@cloudflare/vitest-pool-workers": "^0.16.9", 25 "@cloudflare/workers-types": "^4.20260522.1", 26 "typescript": "^5.8.3", 27 "vitest": "^4.1.7", 28 "wrangler": "^4.94.0" 29 } 30}