-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 795 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 795 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
34
35
{
"name": "commons",
"version": "0.1.0",
"main": "index.js",
"dependencies": {
"@sentry/node": "^5.6.2",
"aws-sdk": "^2.610.0",
"axios": "^0.19.0",
"csvtojson": "^2.0.10",
"@elastic/elasticsearch": "^7.5.0",
"i": "^0.3.6",
"lodash": "^4.17.15",
"n-readlines": "^1.0.0",
"node-rdkafka": "^2.7.4",
"npm": "^6.13.6",
"opentracing": "^0.14.4",
"redis": "^2.8.0",
"request": "^2.78.0",
"restify-clients": "^2.6.7",
"restify-errors": "^8.0.1",
"rethinkdbdash": "^2.3.23",
"sorted-set": "^0.2.2",
"uuid": "^3.4.0",
"yargs": "^6.6.0"
},
"devDependencies": {
"eslint": "^3.8.1",
"eslint-config-xo": "^0.17.0"
},
"scripts": {
"start": "node index.js",
"lint": "eslint ."
},
"license": "MIT"
}