mtcute/packages/web/package.json
mtcute-bot eebb864501
All checks were successful
Tests / lint (push) Has been skipped
Tests / test-node (node20) (push) Successful in 1m39s
Tests / test-node (node22) (push) Successful in 1m41s
Tests / test-node (node18) (push) Successful in 1m46s
Tests / test-deno (push) Successful in 1m38s
Tests / test-bun (push) Successful in 1m43s
Tests / test-web (chromium) (push) Successful in 1m45s
Tests / test-web (firefox) (push) Successful in 1m53s
Tests / e2e (push) Has been skipped
Tests / e2e-deno (push) Has been skipped
Docs / build (push) Successful in 6m0s
chore(release): v0.19.5
2025-01-10 05:40:38 +00:00

32 lines
776 B
JSON

{
"name": "@mtcute/web",
"type": "module",
"version": "0.19.5",
"private": true,
"description": "Meta-package for the web platform",
"author": "alina sireneva <alina@tei.su>",
"license": "MIT",
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./utils.js": "./src/utils.ts",
"./methods.js": "./src/methods.ts"
},
"dependencies": {
"@mtcute/core": "workspace:^",
"@mtcute/wasm": "workspace:^",
"@fuman/net": "0.0.9"
},
"devDependencies": {
"@mtcute/test": "workspace:^"
},
"denoJson": {
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"WebWorker"
]
}
}
}