mtcute/packages/mtproxy/package.json
teidesu 390b65f796 build(docs): api reference generation improvements
- added readme in each package
- updated typedoc, fixed related issues
- use @link instead of @see
- moved configs to typedoc.js, improved exclusion of unneeded stuff
- custom plugin for typedoc for cross-package references
- preparing to move documentation to separate repository
2022-08-24 23:37:26 +03:00

17 lines
418 B
JSON

{
"name": "@mtcute/mtproxy",
"private": true,
"version": "1.0.0",
"description": "MTProto proxy (MTProxy) support for MTCute",
"author": "Alina Sireneva <me@tei.su>",
"license": "LGPL-3.0",
"main": "index.ts",
"scripts": {
"docs": "typedoc",
"build": "tsc"
},
"dependencies": {
"@mtcute/core": "workspace:^1.0.0",
"big-integer": "1.6.48"
}
}