mtcute/packages/client/package.json
Alina Sireneva d88bc0ea60
chore: code quality improvements
improved eslint config, fixed linter issues, added husky
2023-06-05 00:30:48 +00:00

23 lines
No EOL
666 B
JSON

{
"name": "@mtcute/client",
"private": true,
"version": "1.0.0",
"description": "High-level API over @mtcute/core",
"author": "Alina Sireneva <alina@tei.su>",
"license": "LGPL-3.0",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
"docs": "typedoc",
"build": "tsc"
},
"dependencies": {
"@types/node": "18.16.0",
"@mtcute/tl": "workspace:^150.0.0",
"@mtcute/core": "workspace:^1.0.0",
"@mtcute/file-id": "workspace:^1.0.0",
"eager-async-pool": "1.0.0",
"file-type": "18.5.0",
"long": "5.2.3"
}
}