-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 726 Bytes
/
package.json
File metadata and controls
32 lines (32 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
31
32
{
"name": "nodebb-plugin-dbsearch",
"version": "6.4.1",
"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.23",
"redisearch": "^2.0.1"
},
"devDependencies": {
"eslint": "^10.0.3",
"eslint-config-nodebb": "^2.0.1"
},
"nbbpm": {
"compatibility": "^4.9.0"
}
}