mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
15 lines
259 B
JSON
15 lines
259 B
JSON
{
|
|
"name": "@memoh/platform",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"packageManager": "pnpm@10.27.0",
|
|
"dependencies": {
|
|
"@elysiajs/cors": "^1.4.1",
|
|
"elysia": "^1.4.21",
|
|
"zod": "^4.3.5"
|
|
}
|
|
}
|