2021-11-23 00:03:59 +03:00
|
|
|
{
|
|
|
|
"name": "@mtcute/tl-runtime",
|
|
|
|
"private": true,
|
2024-03-17 09:49:36 +03:00
|
|
|
"version": "0.8.0",
|
2021-11-23 00:03:59 +03:00
|
|
|
"description": "Runtime for TL",
|
2023-06-05 03:30:48 +03:00
|
|
|
"author": "Alina Sireneva <alina@tei.su>",
|
2023-10-12 07:26:26 +03:00
|
|
|
"license": "MIT",
|
2023-10-16 19:23:53 +03:00
|
|
|
"type": "module",
|
2024-03-05 01:25:00 +03:00
|
|
|
"sideEffects": false,
|
2021-11-23 00:03:59 +03:00
|
|
|
"scripts": {
|
2022-08-24 23:37:26 +03:00
|
|
|
"docs": "typedoc",
|
2023-10-16 19:23:53 +03:00
|
|
|
"build": "pnpm run -w build-package tl-runtime"
|
2021-11-23 00:03:59 +03:00
|
|
|
},
|
2023-10-16 19:23:53 +03:00
|
|
|
"distOnlyFields": {
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./esm/index.js",
|
|
|
|
"require": "./cjs/index.js"
|
|
|
|
}
|
|
|
|
}
|
2021-11-23 00:03:59 +03:00
|
|
|
},
|
2023-10-16 19:23:53 +03:00
|
|
|
"main": "src/index.ts",
|
2021-11-23 00:03:59 +03:00
|
|
|
"dependencies": {
|
2023-11-04 06:44:18 +03:00
|
|
|
"long": "5.2.3"
|
2021-11-23 00:03:59 +03:00
|
|
|
}
|
|
|
|
}
|