mtcute/packages/client/package.json
teidesu 9493759572 build: updated to layer 139
didn't add any new layers' features, only bumped layer
2022-04-01 22:17:10 +03:00

24 lines
669 B
JSON

{
"name": "@mtcute/client",
"private": true,
"version": "1.0.0",
"description": "High-level API over @mtcute/core",
"author": "Alisa Sireneva <me@tei.su>",
"license": "LGPL-3.0",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"docs": "npx typedoc",
"build": "tsc"
},
"dependencies": {
"@types/long": "^4.0.1",
"@types/node": "^15.12.1",
"@mtcute/tl": "~139.0",
"@mtcute/core": "^1.0.0",
"@mtcute/file-id": "^1.0.0",
"eager-async-pool": "^1.0.0",
"file-type": "^16.2.0",
"long": "^4.0.0"
}
}