{
"name": "readability-benchmark",
"version": "1.0.0",
"description": "Benchmark comparing readabilityrs with Mozilla Readability.js",
"type": "module",
"scripts": {
"benchmark": "node benchmark.js",
"compare": "node compare.js"
},
"dependencies": {
"@mozilla/readability": "^0.5.0",
"jsdom": "^24.0.0"
}
}