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