-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 931 Bytes
/
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
{
"name": "redx",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
"test": "npx uvu",
"spider": "node bin/spider.js",
"server": "node bin/server.js",
"dump": "node bin/dump.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrVoltz/redx.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrVoltz/redx/issues"
},
"homepage": "https://github.com/MrVoltz/redx#readme",
"dependencies": {
"@elastic/elasticsearch": "^7.15.0",
"axios": "^0.26.1",
"bson": "^4.5.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-rate-limit": "^7.1.1",
"express-validator": "^6.13.0",
"lru-cache": "^7.4.4",
"lz4": "^0.6.5",
"lzma-native": "^8.0.1",
"path-to-regexp": "^6.2.1",
"through2": "^4.0.2",
"underscore": "^1.13.1"
},
"devDependencies": {
"uvu": "^0.5.1"
}
}