2022-07-19 02:47:59 +03:00
|
|
|
{
|
|
|
|
"name": "@mtcute/i18n",
|
|
|
|
"private": true,
|
2023-12-29 15:57:36 +03:00
|
|
|
"version": "0.6.0",
|
2022-09-14 16:18:56 +03:00
|
|
|
"description": "I18n for mtcute",
|
2023-06-05 03:30:48 +03:00
|
|
|
"author": "Alina Sireneva <alina@tei.su>",
|
2023-10-12 07:26:26 +03:00
|
|
|
"license": "MIT",
|
2022-07-19 02:47:59 +03:00
|
|
|
"main": "src/index.ts",
|
2023-10-16 19:23:53 +03:00
|
|
|
"type": "module",
|
2022-07-19 02:47:59 +03:00
|
|
|
"scripts": {
|
2023-11-09 00:20:43 +03:00
|
|
|
"build": "pnpm run -w build-package i18n"
|
2022-09-12 14:37:09 +03:00
|
|
|
},
|
2023-10-16 19:23:53 +03:00
|
|
|
"distOnlyFields": {
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./esm/index.js",
|
|
|
|
"require": "./cjs/index.js"
|
2023-10-27 14:25:21 +03:00
|
|
|
},
|
2023-12-02 04:10:31 +03:00
|
|
|
"./plurals/*": {
|
|
|
|
"import": "./esm/plurals/*",
|
|
|
|
"require": "./cjs/plurals/*"
|
2023-10-16 19:23:53 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2022-09-12 14:37:09 +03:00
|
|
|
"devDependencies": {
|
2023-10-31 20:55:56 +03:00
|
|
|
"@mtcute/client": "workspace:^",
|
|
|
|
"@mtcute/dispatcher": "workspace:^"
|
2022-07-19 02:47:59 +03:00
|
|
|
}
|
|
|
|
}
|