-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.08 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
43
44
45
46
47
48
{
"name": "itemsjs-server-optimized",
"version": "2.1.8",
"description": "ItemsJS on steroid",
"main": "lib/index.js",
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha -b --exit tests/*",
"build": "node-gyp rebuild",
"compile": "node-gyp build -j 12",
"clean": "node-gyp clean"
},
"author": "Mateusz Rzepa",
"gypfile": true,
"dependencies": {
"bindings": "^1.5.0",
"express": "^4.17.1",
"lodash": "^4.17.20",
"node-addon-api": "^2.0.0",
"node-lmdb": "^0.8.0",
"roaring": "github:cigolpl/roaring-node"
},
"devDependencies": {
"mocha": "^7.1.2"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itemsapi/itemsjs-server-optimized.git"
},
"keywords": [
"full",
"text",
"search",
"faceted",
"search",
"javascript",
"search",
"engine",
"json"
],
"bugs": {
"url": "https://github.com/itemsapi/itemsjs-server-optimized/issues"
},
"homepage": "https://github.com/itemsapi/itemsjs-server-optimized#readme"
}