mtcute/packages/tl-utils/package.json

23 lines
556 B
JSON
Raw Normal View History

{
"name": "@mtcute/tl-utils",
"private": true,
2024-07-17 00:40:32 +03:00
"version": "0.16.0",
"description": "Utils for working with TL schema",
2024-03-20 13:56:18 +03:00
"author": "alina sireneva <alina@tei.su>",
2023-10-12 07:26:26 +03:00
"license": "MIT",
"type": "module",
2024-03-05 01:25:00 +03:00
"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:^"
}
}