280c9f51aa
fixed imports, package.json files, improved package generation for certain packages, and more (i'm too lazy to describe all the magic that i've done)
22 lines
622 B
JSON
22 lines
622 B
JSON
{
|
|
"name": "@mtcute/node",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Meta-package for Node JS",
|
|
"author": "Alisa Sireneva <me@tei.su>",
|
|
"license": "MIT",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
|
|
"docs": "npx typedoc",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@mtcute/client": "^1.0.0",
|
|
"@mtcute/sqlite": "^1.0.0",
|
|
"@mtcute/markdown-parser": "^1.0.0",
|
|
"@mtcute/html-parser": "^1.0.0",
|
|
"@mtcute/dispatcher": "^1.0.0",
|
|
"@mtcute/crypto-node": "^1.0.0"
|
|
}
|
|
}
|