-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
package.json
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
36
37
38
39
40
41
42
{
"name": "fedwikifeeds",
"version": "0.8.0",
"description": "RSS 2.0 feeds and OPML subscription lists for the FedWiki network",
"main": "index.js",
"scripts": {
"start": "nodemon --ignore data/ ./bin/www.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewshell/fedwikifeeds.git"
},
"keywords": [
"wiki",
"fedwiki"
],
"author": "Andrew Shell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewshell/fedwikifeeds/issues"
},
"homepage": "https://github.com/andrewshell/fedwikifeeds#readme",
"dependencies": {
"@andrewshell/cacheism": "^2.0.0",
"csv": "^6.0.5",
"daverss": "^0.5.30",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"etag": "^1.8.1",
"express": "~4.16.1",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"md": "^0.6.0",
"node-fetch": "^2.6.6",
"npmlog": "^7.0.1",
"opml": "^0.5.2",
"sanitize-html": "^2.7.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}