mtcute/packages/test/package.json
alina sireneva 1c53bd7a71
All checks were successful
Tests / test-deno (push) Successful in 1m40s
Tests / test-node (node20) (push) Successful in 1m49s
Tests / test-bun (push) Successful in 1m47s
Tests / test-node (node18) (push) Successful in 1m54s
Tests / test-node (node22) (push) Successful in 1m52s
Tests / test-web (chromium) (push) Successful in 1m47s
Tests / test-web (firefox) (push) Successful in 1m4s
Docs / build (push) Successful in 6m2s
Tests / lint (push) Successful in 6m44s
Tests / e2e-deno (push) Successful in 58s
Tests / e2e (push) Successful in 49s
build: bumped fuman
2025-01-05 16:56:25 +03:00

40 lines
962 B
JSON

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