mtcute/packages/i18n/package.json

16 lines
395 B
JSON
Raw Normal View History

2022-07-19 02:47:59 +03:00
{
"name": "@mtcute/i18n",
"private": true,
"version": "1.0.0",
"description": "I18n for MTCute",
"author": "Alisa Sireneva <me@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"
2022-07-19 02:47:59 +03:00
}
}