-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 765 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 765 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
31
32
33
{
"name": "nodebb-plugin-dbsearch",
"version": "6.4.0",
"description": "A Plugin that lets users search posts and topics",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/barisusakli/nodebb-plugin-dbsearch"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"keywords": [
"nodebb",
"plugin",
"search"
],
"author": "Baris Usakli <baris@designcreateplay.com>",
"license": "BSD-2-Clause",
"dependencies": {
"lodash": "4.17.21",
"redisearch": "^2.0.1"
},
"devDependencies": {
"eslint": "^9.25.1",
"eslint-config-nodebb": "^1.1.4",
"eslint-plugin-import": "^2.31.0"
},
"nbbpm": {
"compatibility": "^4.9.0"
}
}