-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "declutter",
"version": "1.0.0",
"description": "Removes the clutter from various New Zealand news websites and creates a page for the article on telegra.ph.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mozilla/readability": "^0.3.0",
"body-parser": "^1.19.0",
"dompurify": "^2.2.3",
"express": "^4.17.1",
"jsdom": "^15.1.1",
"metascraper": "^5.15.0",
"metascraper-author": "^5.15.0",
"metascraper-date": "^5.15.0",
"metascraper-description": "^5.15.0",
"metascraper-image": "^5.15.0",
"metascraper-logo": "^5.15.0",
"metascraper-media-provider": "^5.15.2",
"metascraper-publisher": "^5.15.0",
"metascraper-readability": "^5.15.0",
"metascraper-title": "^5.15.0",
"metascraper-url": "^5.15.0",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"playwright": "^1.6.2",
"sanitize-html": "^2.2.0",
"turndown": "^7.0.0",
"youtube-dl": "~3.0.2"
}
}