mtcute/packages/test/package.json
mtcute-bot f8cd49e900
Some checks failed
Tests / test-deno (push) Successful in 1m40s
Tests / test-bun (push) Successful in 1m54s
Tests / test-node (node22) (push) Successful in 2m1s
Tests / test-node (node20) (push) Successful in 2m5s
Tests / test-node (node18) (push) Successful in 2m7s
Tests / test-web (chromium) (push) Successful in 2m3s
Tests / test-web (firefox) (push) Successful in 2m12s
Build and deploy typedoc / build (push) Successful in 6m3s
Tests / lint (push) Successful in 6m40s
Tests / e2e-deno (push) Successful in 55s
Tests / e2e (push) Failing after 1m2s
chore(release): v0.20.0
2025-01-25 06:26:22 +00:00

40 lines
962 B
JSON

{
"name": "@mtcute/test",
"type": "module",
"version": "0.20.0",
"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"
}
}