mtcute/packages/client/package.json

24 lines
704 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 <me@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\"",
2021-04-08 12:19:38 +03:00
"docs": "npx typedoc",
"build": "tsc"
},
"dependencies": {
"@types/long": "^4.0.1",
"@types/node": "^15.12.1",
2022-08-12 16:17:35 +03:00
"@mtcute/tl": "workspace:^144.0.0",
"@mtcute/core": "workspace:^1.0.0",
"@mtcute/file-id": "workspace:^1.0.0",
"eager-async-pool": "^1.0.0",
"file-type": "^16.2.0",
"long": "^4.0.0"
2021-04-08 12:19:38 +03:00
}
2022-08-12 16:17:35 +03:00
}