2024-03-07 09:32:16 +03:00
|
|
|
{
|
2024-09-05 03:00:21 +03:00
|
|
|
"name": "@mtcute/convert",
|
|
|
|
"type": "module",
|
2024-11-20 19:52:39 +03:00
|
|
|
"version": "0.17.0",
|
2024-09-05 03:00:21 +03:00
|
|
|
"private": true,
|
|
|
|
"description": "Cross-library session conversion utilities",
|
|
|
|
"author": "alina sireneva <alina@tei.su>",
|
|
|
|
"license": "MIT",
|
|
|
|
"sideEffects": false,
|
|
|
|
"exports": "./src/index.ts",
|
|
|
|
"dependencies": {
|
2024-09-05 03:34:13 +03:00
|
|
|
"@mtcute/core": "workspace:^",
|
2024-11-22 01:13:09 +03:00
|
|
|
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@6017eb4",
|
|
|
|
"@fuman/net": "https://pkg.pr.new/teidesu/fuman/@fuman/net@6017eb4"
|
2024-09-05 03:00:21 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@mtcute/test": "workspace:^"
|
|
|
|
}
|
2024-03-07 09:32:16 +03:00
|
|
|
}
|