mtcute/packages/html-parser/package.json
mtcute-bot 6c9f4c897d
All checks were successful
Tests / lint (push) Has been skipped
Tests / test-node (node20) (push) Successful in 1m41s
Tests / test-node (node22) (push) Successful in 1m41s
Tests / test-node (node18) (push) Successful in 1m47s
Tests / test-deno (push) Successful in 1m41s
Tests / test-bun (push) Successful in 1m48s
Tests / test-web (chromium) (push) Successful in 1m47s
Tests / test-web (firefox) (push) Successful in 1m56s
Tests / e2e (push) Has been skipped
Tests / e2e-deno (push) Has been skipped
Build and deploy typedoc / build (push) Successful in 6m38s
chore(release): v0.20.1
2025-01-27 15:44:46 +00:00

16 lines
414 B
JSON

{
"name": "@mtcute/html-parser",
"type": "module",
"version": "0.20.1",
"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"
}
}