mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
18 lines
301 B
JSON
18 lines
301 B
JSON
{
|
|
"name": "@memohai/config",
|
|
"version": "0.7.1",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"packageManager": "pnpm@10.27.0",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"toml": "^3.0.0"
|
|
}
|
|
}
|