mtcute/packages/client/package.json

23 lines
681 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",
"build": "tsc",
2023-10-04 19:26:21 +03:00
"gen-client": "node ./scripts/generate-client.js",
"gen-updates": "node ./scripts/generate-updates.js"
2021-04-08 12:19:38 +03:00
},
"dependencies": {
"@types/node": "18.16.0",
"@mtcute/core": "workspace:^1.0.0",
"@mtcute/file-id": "workspace:^1.0.0",
2023-10-05 01:47:14 +03:00
"file-type": "16.5.4"
2021-04-08 12:19:38 +03:00
}
}