20 lines
490 B
JSON
20 lines
490 B
JSON
{
|
|
"name": "@mtcute/tl-utils",
|
|
"private": true,
|
|
"version": "0.7.0",
|
|
"description": "Utils for working with TL schema",
|
|
"author": "Alina Sireneva <alina@tei.su>",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"docs": "typedoc",
|
|
"build": "pnpm run -w build-package tl-utils"
|
|
},
|
|
"dependencies": {
|
|
"crc-32": "1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@mtcute/tl-runtime": "workspace:^"
|
|
}
|
|
}
|