social components inlay.at
atproto components sdui
86
fork

Configure Feed

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

at main 20 lines 388 B view raw
1{ 2 "name": "@inlay-at/ingester", 3 "version": "0.0.1", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "tsx watch src/index.ts", 8 "start": "tsx src/index.ts" 9 }, 10 "dependencies": { 11 "@atproto/tap": "^0.1.0", 12 "@inlay-at/db": "*", 13 "dotenv": "^17.2.3", 14 "drizzle-orm": "^0.45.0", 15 "pg": "^8.16.0" 16 }, 17 "devDependencies": { 18 "tsx": "^4.0.0" 19 } 20}