-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "rest-api",
"version": "1.0.0",
"description": "Elasticsearch Proxy REST API",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "standard"
},
"author": "",
"license": "Apache 2.0",
"dependencies": {
"@elastic/ecs-morgan-format": "^1.1.0",
"@elastic/ecs-winston-format": "^1.1.0",
"@elastic/elasticsearch": "^7.12.0",
"@types/morgan": "^1.9.2",
"array.prototype.flatmap": "^1.2.4",
"axios": "^0.21.1",
"body-parser": "^1.18.3",
"btoa": "^1.2.1",
"cors": "^2.8.5",
"dotenv": "^6.0.0",
"epilogue": "^0.7.1",
"express": "^4.16.3",
"express-fileupload": "^1.2.1",
"lodash": "^4.17.10",
"morgan": "^1.10.0",
"node-yaml-config": "^0.0.6",
"request-promise": "^4.2.2",
"sequelize": "^4.38.0",
"swagger-ui-express": "^4.1.6",
"util": "^0.11.0",
"uuid": "^3.3.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.2"
},
"devDependencies": {
"electron-rebuild": "^2.3.5",
"standard": "^11.0.1"
}
}