2022-07-19 02:47:59 +03:00
|
|
|
{
|
2024-09-05 03:00:21 +03:00
|
|
|
"name": "@mtcute/i18n",
|
|
|
|
"type": "module",
|
2024-12-31 00:58:57 +03:00
|
|
|
"version": "0.19.0",
|
2024-09-05 03:00:21 +03:00
|
|
|
"private": true,
|
|
|
|
"description": "I18n for mtcute",
|
|
|
|
"author": "alina sireneva <alina@tei.su>",
|
|
|
|
"license": "MIT",
|
|
|
|
"sideEffects": false,
|
|
|
|
"exports": "./src/index.ts",
|
|
|
|
"devDependencies": {
|
|
|
|
"@mtcute/core": "workspace:^",
|
|
|
|
"@mtcute/dispatcher": "workspace:^"
|
2022-07-19 02:47:59 +03:00
|
|
|
}
|
|
|
|
}
|