forked from barisusakli/nodebb-plugin-rss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 726 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 726 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
28
29
30
{
"name": "nodebb-plugin-rss-super",
"version": "4.0.6",
"description": "An RSS parser plugin for NodeBB, to pull feeds and post them into categories, now supercharged",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodebb",
"plugin",
"rss"
],
"author": "Baris Usakli <baris@designcreateplay.com>",
"license": "BSD-2-Clause",
"dependencies": {
"cron": "^1.8.2",
"lodash": "^4.17.21",
"rss-parser": "^3.12.0",
"turndown": "^7.2.0"
},
"nbbpm": {
"compatibility": "^3.2.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-nodebb": "^0.0.2",
"eslint-plugin-import": "^2.24.2"
}
}