mtcute/packages/http-proxy/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

16 lines
378 B
JSON

{
"name": "@mtcute/http-proxy",
"private": true,
"version": "1.0.0",
"description": "HTTP(S) proxy 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"
}
}