readable/package.json
2024-07-28 07:40:52 -07:00

21 lines
446 B
JSON

{
"name": "readable",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mozilla/readability": "^0.5.0",
"better-sqlite3": "^11.1.2",
"dompurify": "^3.1.6",
"express": "^4.19.2",
"jsdom": "^24.1.1",
"nanoid": "^5.0.7",
"node-fetch": "^3.3.2"
}
}