mtcute/packages/tl/package.json

39 lines
1.2 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",
2025-01-02 01:24:27 +03:00
"version": "196.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-26 20:01:01 +03:00
"@fuman/utils": "0.0.4",
2025-01-05 16:56:25 +03:00
"@fuman/fetch": "0.0.8",
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
}
}