Files
2026-07-21 16:50:58 +02:00

11 lines
196 B
JSON

{
"name": "@ben-to/i18n",
"version": "0.1.0",
"type": "module",
"main": "src/dictionary.ts",
"types": "src/dictionary.ts",
"exports": {
"./dictionary": "./src/dictionary.ts"
}
}