mtcute/packages/tl-utils/package.json

23 lines
504 B
JSON
Raw Normal View History

{
2024-09-08 00:55:41 +03:00
"name": "@mtcute/tl-utils",
"type": "module",
2024-10-05 23:26:38 +03:00
"version": "0.17.0",
2024-09-08 00:55:41 +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"
},
"scripts": {
"docs": "typedoc",
"build": "pnpm run -w build-package tl-utils"
},
"dependencies": {
"@mtcute/tl-runtime": "workspace:^",
"crc-32": "1.2.0"
}
}