mtcute/packages/tl-utils/package.json

24 lines
584 B
JSON
Raw Normal View History

{
"name": "@mtcute/tl-utils",
"private": true,
2024-04-01 20:32:17 +03:00
"version": "0.10.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",
"main": "src/index.ts",
"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:^"
}
}