Add avatar-bubbles endpoint to bskyogcard (#10327)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: rafaeleyng <rafaeleyng@gmail.com>
This commit is contained in:
Samuel Newman
2026-05-12 17:54:00 +01:00
committed by GitHub
parent a03cbd8b1a
commit f527b35244
14 changed files with 259 additions and 55 deletions
+3 -6
View File
@@ -3,14 +3,11 @@
"version": "0.0.0",
"type": "module",
"main": "src/index.ts",
"engines": {
"node": ">=24.15.0"
},
"scripts": {
"start": "tsx ./src/bin.ts",
"dev": "tsx watch --clear-screen=false ./src/bin.ts",
"dev": "node --watch-path ./src --import tsx ./src/bin.ts",
"build": "tsc && cp -r src/assets dist/",
"install-fonts": "node scripts/install-fonts.ts"
"install-fonts": "tsx scripts/install-fonts.ts"
},
"dependencies": {
"@atproto/api": "0.12.19-next.0",
@@ -28,7 +25,7 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^24.12.2",
"@types/react": "^18.3.0",
"@types/react": "^18.3.1",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
}