personal golinks
0
fork

Configure Feed

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

at main 20 lines 429 B view raw
1{ 2 "name": "atprto-worker", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "dev": "wrangler dev", 8 "deploy": "wrangler deploy", 9 "typecheck": "tsc --noEmit" 10 }, 11 "keywords": [], 12 "author": "", 13 "license": "ISC", 14 "packageManager": "pnpm@10.18.3", 15 "devDependencies": { 16 "@cloudflare/workers-types": "^4.20260408.1", 17 "typescript": "^6.0.2", 18 "wrangler": "^4.81.0" 19 } 20}