mtcute/packages/client/package.json

23 lines
666 B
JSON
Raw Normal View History

2021-04-08 12:19:38 +03:00
{
2021-08-05 20:38:24 +03:00
"name": "@mtcute/client",
"private": true,
"version": "1.0.0",
2021-08-05 20:38:24 +03:00
"description": "High-level API over @mtcute/core",
"author": "Alina Sireneva <alina@tei.su>",
2021-07-19 03:57:47 +03:00
"license": "LGPL-3.0",
"main": "src/index.ts",
2021-04-08 12:19:38 +03:00
"scripts": {
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
"docs": "typedoc",
2021-04-08 12:19:38 +03:00
"build": "tsc"
},
"dependencies": {
"@types/node": "18.16.0",
2022-12-07 14:13:24 +03:00
"@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"
2021-04-08 12:19:38 +03:00
}
2022-09-12 13:54:33 +03:00
}