2022-07-19 02:47:59 +03:00
|
|
|
{
|
|
|
|
"name": "@mtcute/i18n",
|
|
|
|
"private": true,
|
|
|
|
"version": "1.0.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-10-16 19:23:53 +03:00
|
|
|
"test": "mocha \"tests/**/*.spec.ts\"",
|
2022-07-19 02:47:59 +03:00
|
|
|
"coverage": "nyc npm run test",
|
2023-10-16 19:23:53 +03:00
|
|
|
"build": "pnpm run -w build-package i18n",
|
2022-08-24 23:37:26 +03:00
|
|
|
"docs": "typedoc"
|
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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2022-09-12 14:37:09 +03:00
|
|
|
"devDependencies": {
|
2023-10-16 19:23:53 +03:00
|
|
|
"@mtcute/client": "workspace:^1.0.0",
|
|
|
|
"@mtcute/dispatcher": "workspace:^1.0.0"
|
2022-07-19 02:47:59 +03:00
|
|
|
}
|
|
|
|
}
|