mtcute/packages/html-parser/package.json
alina sireneva 532a89dd55
Some checks failed
Build and deploy typedoc / build (push) Has been cancelled
Tests / test-web (firefox) (push) Has been cancelled
Tests / e2e (push) Has been cancelled
Tests / e2e-deno (push) Has been cancelled
Tests / test-web (chromium) (push) Has been cancelled
Tests / test-deno (push) Has been cancelled
Tests / test-bun (push) Has been cancelled
Tests / test-node (node22) (push) Has been cancelled
Tests / test-node (node20) (push) Has been cancelled
Tests / test-node (node18) (push) Has been cancelled
Tests / lint (push) Has been cancelled
chore(html): bumped htmlparser2
2025-01-26 21:24:20 +03:00

16 lines
413 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"
}
}