{ "name": "@mtcute/tl-utils", "private": true, "version": "0.16.0", "description": "Utils for working with TL schema", "author": "alina sireneva ", "license": "MIT", "type": "module", "sideEffects": false, "scripts": { "docs": "typedoc", "build": "pnpm run -w build-package tl-utils" }, "exports": { ".": "./src/index.ts", "./json.js": "./src/json/index.ts" }, "dependencies": { "crc-32": "1.2.0", "@mtcute/tl-runtime": "workspace:^" } }