2022-07-19 02:47:59 +03:00
|
|
|
{
|
|
|
|
"name": "@mtcute/i18n",
|
|
|
|
"private": true,
|
2024-04-24 17:02:31 +03:00
|
|
|
"version": "0.11.0",
|
2022-09-14 16:18:56 +03:00
|
|
|
"description": "I18n for mtcute",
|
2024-03-20 13:56:18 +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",
|
2024-03-05 17:36:26 +03:00
|
|
|
"sideEffects": false,
|
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
|
|
|
},
|
2024-04-25 13:27:04 +03:00
|
|
|
"exports": "./src/index.ts",
|
2022-09-12 14:37:09 +03:00
|
|
|
"devDependencies": {
|
2024-01-31 19:29:49 +03:00
|
|
|
"@mtcute/core": "workspace:^",
|
2023-10-31 20:55:56 +03:00
|
|
|
"@mtcute/dispatcher": "workspace:^"
|
2024-04-20 01:07:53 +03:00
|
|
|
},
|
|
|
|
"jsrOnlyFields": {
|
|
|
|
"dependencies": {
|
|
|
|
"@mtcute/core": "workspace:^",
|
|
|
|
"@mtcute/dispatcher": "workspace:^"
|
|
|
|
}
|
2022-07-19 02:47:59 +03:00
|
|
|
}
|
|
|
|
}
|