21 lines
615 B
JSON
21 lines
615 B
JSON
{
|
|
"name": "@mtcute/node",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Meta-package for Node JS",
|
|
"author": "Alina Sireneva <alina@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"
|
|
}
|
|
}
|