26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"name": "frenzy-readability",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.shadowfacts.net/shadowfacts/frenzy-readability"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mozilla/readability": "^0.4.1",
|
|
"body-parser": "^1.19.0",
|
|
"dompurify": "^2.3.3",
|
|
"express": "^4.17.1",
|
|
"jsdom": "^18.0.0",
|
|
"morgan": "^1.10.0"
|
|
}
|
|
}
|