mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"name": "@memoh/shared",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"packageManager": "pnpm@10.27.0"
|
|
}
|