390b65f796
- 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
21 lines
612 B
JSON
21 lines
612 B
JSON
{
|
|
"name": "@mtcute/node",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Meta-package for Node JS",
|
|
"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",
|
|
"@mtcute/client": "workspace:^1.0.0",
|
|
"@mtcute/sqlite": "workspace:^1.0.0",
|
|
"@mtcute/markdown-parser": "workspace:^1.0.0",
|
|
"@mtcute/html-parser": "workspace:^1.0.0",
|
|
"@mtcute/dispatcher": "workspace:^1.0.0"
|
|
}
|
|
}
|