{ "name": "@mtcute/tl", "version": "165.0.0", "description": "TL schema used for mtcute", "main": "index.js", "author": "Alina Sireneva ", "license": "LGPL-3.0", "scripts": { "test": "tsc --noEmit --esModuleInterop tests/types.ts", "fetch-mtp": "ts-node scripts/fetch-mtp.ts", "fetch-api": "ts-node scripts/fetch-api.ts", "fetch-errors": "ts-node scripts/fetch-errors.ts", "docs-cli": "ts-node scripts/documentation.ts", "gen-code": "ts-node scripts/gen-code.ts", "gen-rsa": "ts-node scripts/gen-rsa-keys.ts", "fetch-and-gen": "yarn fetch-api && yarn gen-code" }, "dependencies": { "long": "5.2.3" }, "devDependencies": { "@mtcute/core": "workspace:^1.0.0", "@mtcute/tl-utils": "workspace:^1.0.0", "@types/js-yaml": "^4.0.5", "cheerio": "1.0.0-rc.12", "csv-parse": "^5.5.0", "js-yaml": "4.1.0" }, "typedoc": { "entryPoint": "index.d.ts" } }