work-in-progress atproto PDS
typescript atproto pds atcute
4
fork

Configure Feed

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

at trunk 17 lines 330 B view raw
1{ 2 "name": "danaus", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "start": "overmind s", 7 "reset": "./scripts/reset.sh", 8 "fmt": "oxfmt", 9 "lint": "oxlint" 10 }, 11 "devDependencies": { 12 "@typescript/native-preview": "7.0.0-dev.20260426.1", 13 "oxfmt": "^0.46.0", 14 "oxlint": "^1.61.0", 15 "oxlint-tsgolint": "^0.22.0" 16 } 17}