UNPKG

@akira108sys/html-rewriter-readability

Version:

A library to extract readable content with Mozilla/Readability algorithm using Cloudflare HTMLRewriter.

24 lines (23 loc) 622 B
{ "name": "@akira108sys/html-rewriter-readability", "version": "0.1.1", "description": "A library to extract readable content with Mozilla/Readability algorithm using Cloudflare HTMLRewriter.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "vitest run" }, "keywords": ["readability", "htmlrewriter", "cloudflare", "workers"], "author": "akira108", "license": "MIT", "devDependencies": { "typescript": "^5.0.0", "vitest": "^3.1.1" }, "peerDependencies": { "@cloudflare/workers-types": "^4.0.0" }, "files": ["dist"] }