forked from searchx-framework/searchx-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "searchx-backend",
"version": "2.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "./node_modules/.bin/nf start",
"start-dev": "node_modules/.bin/nodemon --exec 'npm start -s'",
"test": "./node_modules/.bin/mocha --timeout 15000 --exit",
"coverage": "./node_modules/.bin/nyc cover _mocha -- -R spec"
},
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.2",
"elasticsearch": "^16.5.0",
"en-inflectors": "^1.0.12",
"express": "^4.17.1",
"express-session": "^1.15.6",
"fastest-levenshtein": "^1.0.12",
"foreman": "^3.0.1",
"forever": "^2.0.0",
"kue": "^0.11.6",
"mathjs": "^6.6.1",
"mongoose": "^5.8.5",
"newrelic": "^6.2.0",
"node-bing-api": "^4.0.1",
"puppeteer": "^2.0.0",
"randomcolor": "^0.5.4",
"redis": "^2.8.0",
"request": "^2.88.0",
"socket.io": "^2.3.0",
"stopword": "^1.0.0",
"synonyms": "^1.0.1",
"trie-search": "^1.2.11",
"underscore": "^1.9.2"
},
"devDependencies": {
"elasticdump": "^6.16.2",
"mocha": "^7.0.0",
"nodemon": "^2.0.2",
"nyc": "^15.0.0",
"should": "^13.2.3",
"supertest": "^4.0.2"
}
}