mtcute/packages/bun/package.json
mtcute-bot 27b0ef68de
All checks were successful
Tests / lint (push) Has been skipped
Tests / test-node (node18) (push) Successful in 1m43s
Tests / test-deno (push) Successful in 1m37s
Tests / test-node (node20) (push) Successful in 1m46s
Tests / test-node (node22) (push) Successful in 1m44s
Tests / test-web (chromium) (push) Successful in 1m42s
Tests / test-web (firefox) (push) Successful in 1m48s
Tests / e2e (push) Has been skipped
Tests / e2e-deno (push) Has been skipped
Tests / test-bun (push) Successful in 1m49s
Docs / build (push) Successful in 6m10s
chore(release): v0.19.2
2025-01-05 14:17:06 +00:00

31 lines
731 B
JSON

{
"name": "@mtcute/bun",
"type": "module",
"version": "0.19.2",
"private": true,
"description": "Meta-package for Bun",
"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/html-parser": "workspace:^",
"@mtcute/markdown-parser": "workspace:^",
"@mtcute/wasm": "workspace:^",
"@fuman/utils": "0.0.4",
"@fuman/bun": "0.0.8",
"@fuman/net": "0.0.8",
"@fuman/io": "0.0.8"
},
"devDependencies": {
"@mtcute/test": "workspace:^"
},
"fuman": {
"jsr": "skip"
}
}