-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 856 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 856 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
{
"name": "taas-es-processor",
"version": "1.0.0",
"description": "Taas ES Processor",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js",
"lint": "standard",
"lint:fix": "standard --fix"
},
"author": "TCSCODER",
"license": "none",
"devDependencies": {
"nodemon": "^2.0.7",
"standard": "^12.0.1",
"stringcase": "^4.3.1"
},
"dependencies": {
"@joi/date": "^2.1.0",
"async-mutex": "^0.2.4",
"bluebird": "^3.5.5",
"config": "^3.1.0",
"dotenv": "^10.0.0",
"get-parameter-names": "^0.3.0",
"joi": "^17.4.2",
"lodash": "^4.17.21",
"no-kafka": "^3.4.3",
"superagent": "^8.1.2",
"tc-core-library-js": "github:topcoder-platform/tc-core-library-js#v2.6.4",
"topcoder-healthcheck-dropin": "^1.0.3",
"winston": "^3.3.3"
}
}