mtcute/packages/html-parser/package.json
alina sireneva eaee5ead71
Some checks failed
Tests / test-deno (push) Successful in 1m49s
Tests / test-bun (push) Successful in 1m52s
Tests / test-node (node22) (push) Successful in 1m57s
Tests / test-node (node18) (push) Successful in 2m4s
Tests / test-node (node20) (push) Successful in 2m3s
Tests / test-web (chromium) (push) Successful in 2m5s
Tests / test-web (firefox) (push) Successful in 2m13s
Build and deploy typedoc / build (push) Successful in 5m53s
Tests / lint (push) Successful in 6m42s
Tests / e2e-deno (push) Has been cancelled
Tests / e2e (push) Has been cancelled
chore(html): bumped htmlparser2
2025-01-26 21:25:03 +03:00

16 lines
414 B
JSON

{
"name": "@mtcute/html-parser",
"type": "module",
"version": "0.20.0",
"private": true,
"description": "HTML entities parser for mtcute",
"author": "alina sireneva <alina@tei.su>",
"license": "MIT",
"sideEffects": false,
"exports": "./src/index.ts",
"dependencies": {
"@mtcute/core": "workspace:^",
"htmlparser2": "^10.0.0",
"long": "5.2.3"
}
}