mtcute/packages/test/package.json
mtcute-bot 1d12f807c2
All checks were successful
Tests / lint (push) Has been skipped
Tests / test-node (node20) (push) Successful in 1m31s
Tests / test-node (node22) (push) Successful in 1m37s
Tests / test-web (chromium) (push) Successful in 1m37s
Tests / test-deno (push) Successful in 1m43s
Tests / test-web (firefox) (push) Successful in 1m43s
Tests / test-bun (push) Successful in 1m53s
Tests / test-node (node18) (push) Successful in 4m7s
Tests / e2e (push) Has been skipped
Tests / e2e-deno (push) Has been skipped
Docs / build (push) Successful in 14m25s
chore(release): v0.19.3
2025-01-06 15:10:21 +00:00

40 lines
962 B
JSON

{
"name": "@mtcute/test",
"type": "module",
"version": "0.19.3",
"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": {
"long": "5.2.3",
"@fuman/utils": "0.0.4",
"@fuman/net": "0.0.9"
},
"devDependencies": {
"@mtcute/tl-utils": "workspace:^"
},
"browser": {
"./src/platform.js": "./src/platform.web.js"
},
"fuman": {
"jsr": "skip"
}
}