-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 740 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 740 Bytes
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
{
"name": "feedproxy",
"version": "1.6.0",
"description": "A web proxy for retro computing, using RSS and article extraction.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Konstantin Meyer",
"license": "ISC",
"dependencies": {
"@extractus/feed-extractor": "^7.0.6",
"@mozilla/readability": "^0.5.0",
"chardet": "^2.0.0",
"dompurify": "^3.1.6",
"html-entities": "^2.4.0",
"html-minifier-terser": "^7.2.0",
"iconv-lite": "^0.6.3",
"isomorphic-dompurify": "^2.14.0",
"jsdom": "^26.0.0",
"markdown-it": "^14.1.0",
"node-fetch": "^3.3.2",
"node-html-markdown": "^1.3.0",
"sharp": "^0.33.5"
},
"type": "module"
}