mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
22 lines
416 B
JSON
22 lines
416 B
JSON
{
|
|
"name": "@memohome/platform",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.27.0",
|
|
"dependencies": {
|
|
"@elysiajs/cors": "^1.4.1",
|
|
"elysia": "^1.4.21",
|
|
"zod": "^4.3.5"
|
|
}
|
|
}
|