11 lines
196 B
JSON
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"
|
|
}
|
|
}
|