AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
at main 13 lines 299 B view raw
1{ 2 "name": "@repo/frontpage-oauth", 3 "main": "./src/index.ts", 4 "dependencies": { 5 "@atproto/oauth-types": "^0.1.5" 6 }, 7 "devDependencies": { 8 "@repo/eslint-config": "workspace:*", 9 "@repo/typescript-config": "workspace:*", 10 "eslint": "catalog:", 11 "typescript": "catalog:" 12 } 13}