2021-11-23 00:03:59 +03:00
|
|
|
{
|
2024-09-05 03:00:21 +03:00
|
|
|
"name": "@mtcute/tl-utils",
|
|
|
|
"type": "module",
|
2024-12-31 00:58:57 +03:00
|
|
|
"version": "0.19.0",
|
2024-09-05 03:00:21 +03:00
|
|
|
"private": true,
|
|
|
|
"description": "Utils for working with TL schema",
|
|
|
|
"author": "alina sireneva <alina@tei.su>",
|
|
|
|
"license": "MIT",
|
|
|
|
"sideEffects": false,
|
|
|
|
"exports": {
|
|
|
|
".": "./src/index.ts",
|
|
|
|
"./json.js": "./src/json/index.ts"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@mtcute/tl-runtime": "workspace:^",
|
|
|
|
"crc-32": "1.2.0"
|
|
|
|
}
|
2021-11-23 00:03:59 +03:00
|
|
|
}
|