mtcute/packages/tl/package.json

37 lines
1.1 KiB
JSON
Raw Normal View History

2021-04-08 12:19:38 +03:00
{
2024-08-19 09:24:59 +03:00
"name": "@mtcute/tl",
2024-09-07 17:30:35 +03:00
"version": "187.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",
"build": "pnpm run -w build-package tl"
},
"dependencies": {
"long": "5.2.3"
},
"devDependencies": {
"@mtcute/core": "workspace:^",
"@mtcute/node": "workspace:^",
"@mtcute/tl-utils": "workspace:^",
"@types/js-yaml": "^4.0.5",
"cheerio": "1.0.0-rc.12",
"csv-parse": "^5.5.0",
"eager-async-pool": "^1.0.0",
"js-yaml": "4.1.0"
},
"typedoc": {
"entryPoint": "index.d.ts"
},
"jsrOnlyFields": {
"exports": {}
}
}