mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 10:17:16 +00:00
14 lines
223 B
JSON
14 lines
223 B
JSON
{
|
|
"name": "fonts-ob-server",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run src/server.ts",
|
|
"start": "bun run src/server.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/bun": "^1.3.8",
|
|
"hono": "^4.6.0"
|
|
}
|
|
}
|