mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"name": "@afilmory/og-renderer",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./renderer": "./src/og.renderer.tsx",
|
|
"./template": "./src/og.template.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@resvg/resvg-js": "2.6.2",
|
|
"hono": "4.11.3",
|
|
"satori": "catalog:"
|
|
}
|
|
}
|