d3ro-voice/packages/i18n/package.json
Yun Chan 05f0aaa660
Some checks failed
release / release-windows (push) Failing after 6m51s
portable-unsigned / portable-windows (push) Failing after 16m51s
chore(release): 1.3.7
💘 Generated with Crush

Assisted-by: Crush:deepseek-v4.1-flash
2026-09-19 08:24:13 +09:00

21 lines
466 B
JSON

{
"name": "@d3ro/i18n",
"version": "1.3.7",
"private": true,
"description": "D3RO Voice 공유 i18n — 12개 locale, 타입 안전 키, Context, 포맷 유틸",
"license": "MIT",
"main": "./src/index.tsx",
"types": "./src/index.tsx",
"exports": {
".": {
"types": "./src/index.tsx",
"default": "./src/index.tsx"
}
},
"peerDependencies": {
"react": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0"
}
}