18 lines
475 B
JSON
18 lines
475 B
JSON
{
|
|
"name": "@mtcute/i18n",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "I18n for mtcute",
|
|
"author": "Alina Sireneva <alina@tei.su>",
|
|
"license": "LGPL-3.0",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
|
|
"coverage": "nyc npm run test",
|
|
"build": "tsc",
|
|
"docs": "typedoc"
|
|
},
|
|
"devDependencies": {
|
|
"@mtcute/client": "workspace:^1.0.0"
|
|
}
|
|
}
|