forked from barisusakli/nodebb-plugin-dbsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 842 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 842 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-korean",
"version": "6.2.15",
"description": "사용자가 한글로 게시물과 토픽을 검색할 수 있게 만들어 주는 플러그인",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/navystack/nodebb-plugin-dbsearch-korean"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodebb",
"plugin",
"search"
],
"author": "NavyStack <navystack@askfront.com>",
"license": "BSD-2-Clause",
"dependencies": {
"lodash": "4.17.21",
"mecab-ya": "github:NavyStack/node-mecab-ya",
"redisearch": "^1.0.3"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-nodebb": "0.0.3",
"eslint-plugin-import": "2.25.2"
},
"nbbpm": {
"compatibility": "^4.0.0"
}
}