ec736f8590
i've been wanting to name a commit like this for my entire life, lol. seriously though, a lot has changed: - extracted TL-related stuff to `@mtcute/tl-utils` and `@mtcute/tl-runtime`, rewrote codegen in TS - updated to layer 134, moved to int64 identifiers - rewritten networking (mtproto), rewritten updates handling - *lots* of refactoring still a very early version though, there are a lot of improvements to be made, but at least it runs, lol also tl-reference will not be updated anytime soon because i want to rewrite it
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"name": "@mtcute/tl",
|
|
"version": "134.0.0",
|
|
"description": "TL schema used for MTCute",
|
|
"main": "index.js",
|
|
"author": "Alisa Sireneva <me@tei.su>",
|
|
"license": "LGPL-3.0",
|
|
"scripts": {
|
|
"test": "tsc --noEmit tests/types.ts",
|
|
"fetch-mtp": "node -r ts-node/register scripts/fetch-mtp.ts",
|
|
"fetch-api": "node -r ts-node/register scripts/fetch-api.ts",
|
|
"fetch-errors": "node -r ts-node/register scripts/fetch-errors.ts",
|
|
"docs-cli": "node -r ts-node/register scripts/documentation.ts",
|
|
"gen-code": "node -r ts-node/register scripts/gen-code.ts",
|
|
"gen-rsa": "node -r ts-node/register scripts/gen-rsa-keys.ts",
|
|
"fetch-and-gen": "yarn fetch-api && yarn gen-code",
|
|
"docs": "npx typedoc --options typedoc.json"
|
|
},
|
|
"dependencies": {
|
|
"@types/long": "^4.0.1",
|
|
"long": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@mtcute/tl-utils": "^1.0.0",
|
|
"@mtcute/core": "^1.0.0",
|
|
"cheerio": "^1.0.0-rc.5",
|
|
"csv-parser": "^3.0.0",
|
|
"js-yaml": "^4.0.0"
|
|
}
|
|
}
|