redirecter for ao3 that adds opengraph metadata
1{ 2 "name": "fixao3-loc", 3 "scripts": { 4 "dev": "bun run --hot main.jsx", 5 "prod": "bun run main.jsx" 6 }, 7 "dependencies": { 8 "@fujocoded/ao3.js": "^0.22.1", 9 "fauxdom": "^1.2.2", 10 "gm": "^1.25.1", 11 "hono": "^4.10.4", 12 "hono-og": "^0.0.29", 13 "html-to-image": "^1.11.13", 14 "imagemagick-cli": "^0.5.0", 15 "ipx": "^3.1.1", 16 "jsdom": "^27.1.0", 17 "react-dom": "^19.2.0" 18 }, 19 "devDependencies": { 20 "@types/bun": "latest" 21 } 22}