2021-04-08 12:19:38 +03:00
|
|
|
{
|
2024-08-19 09:24:59 +03:00
|
|
|
"name": "@mtcute/tl",
|
2024-11-20 21:25:32 +03:00
|
|
|
"version": "194.0.0",
|
2024-08-19 09:24:59 +03:00
|
|
|
"description": "TL schema used for mtcute",
|
|
|
|
"author": "alina sireneva <alina@tei.su>",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"test": "tsc --noEmit --esModuleInterop tests/types.ts",
|
|
|
|
"fetch-mtp": "tsx scripts/fetch-mtp.ts",
|
|
|
|
"fetch-api": "tsx scripts/fetch-api.ts",
|
|
|
|
"fetch-errors": "tsx scripts/fetch-errors.ts",
|
|
|
|
"docs-cli": "tsx scripts/documentation.ts",
|
|
|
|
"gen-code": "tsx scripts/gen-code.ts",
|
|
|
|
"gen-rsa": "tsx scripts/gen-rsa-keys.ts",
|
|
|
|
"fetch-and-gen": "pnpm run fetch-api && pnpm run gen-code",
|
2024-11-16 16:00:12 +03:00
|
|
|
"build": "tsx scripts/build-package.ts",
|
|
|
|
"build:jsr": "JSR=1 tsx scripts/build-package.ts"
|
2024-08-19 09:24:59 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"long": "5.2.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@mtcute/core": "workspace:^",
|
|
|
|
"@mtcute/node": "workspace:^",
|
|
|
|
"@mtcute/tl-utils": "workspace:^",
|
2024-12-14 19:49:00 +03:00
|
|
|
"@fuman/utils": "0.0.3",
|
|
|
|
"@fuman/fetch": "0.0.3",
|
2024-08-19 09:24:59 +03:00
|
|
|
"@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"
|
|
|
|
},
|
2024-11-16 16:00:12 +03:00
|
|
|
"fuman": {
|
|
|
|
"ownVersioning": true
|
2024-08-19 09:24:59 +03:00
|
|
|
}
|
|
|
|
}
|