2023-11-08 17:28:45 +03:00
|
|
|
{
|
2024-09-05 03:00:21 +03:00
|
|
|
"name": "@mtcute/test",
|
|
|
|
"type": "module",
|
2025-01-05 17:17:06 +03:00
|
|
|
"version": "0.19.2",
|
2024-09-05 03:00:21 +03:00
|
|
|
"private": true,
|
|
|
|
"description": "Test utilities for mtcute",
|
|
|
|
"author": "alina sireneva <alina@tei.su>",
|
|
|
|
"license": "MIT",
|
|
|
|
"sideEffects": false,
|
|
|
|
"exports": "./src/index.ts",
|
|
|
|
"peerDependencies": {
|
|
|
|
"@mtcute/core": "workspace:^",
|
|
|
|
"@mtcute/node": "workspace:^",
|
|
|
|
"@mtcute/tl": "workspace:*",
|
|
|
|
"@mtcute/web": "workspace:^",
|
|
|
|
"vitest": "*"
|
|
|
|
},
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"@mtcute/node": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"@mtcute/web": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-05 03:34:13 +03:00
|
|
|
"long": "5.2.3",
|
2024-12-26 20:01:01 +03:00
|
|
|
"@fuman/utils": "0.0.4",
|
2025-01-05 16:56:25 +03:00
|
|
|
"@fuman/net": "0.0.8"
|
2024-09-05 03:00:21 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@mtcute/tl-utils": "workspace:^"
|
|
|
|
},
|
|
|
|
"browser": {
|
|
|
|
"./src/platform.js": "./src/platform.web.js"
|
2024-11-16 16:00:12 +03:00
|
|
|
},
|
|
|
|
"fuman": {
|
|
|
|
"jsr": "skip"
|
2024-08-13 04:53:07 +03:00
|
|
|
}
|
2023-11-08 17:28:45 +03:00
|
|
|
}
|