-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1 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
{
"name": "legacy-terms-processor",
"version": "1.0.0",
"description": "Topcoder - Legacy Terms Processor",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"lint": "standard",
"lint:fix": "standard --fix"
},
"author": "TCSCODER",
"license": "none",
"devDependencies": {
"should": "^13.2.3",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"standard": "^12.0.1"
},
"dependencies": {
"@hapi/joi": "^15.0.2",
"@topcoder-platform/topcoder-bus-api-wrapper": "github:topcoder-platform/tc-bus-api-wrapper#master",
"async-mutex": "^0.1.3",
"axios": "^0.19.0",
"bluebird": "^3.5.4",
"config": "^3.1.0",
"get-parameter-names": "^0.3.0",
"http-json-response": "^1.0.1",
"ifxnjs": "^10.0.5",
"lodash": "^4.17.11",
"no-kafka": "^3.4.3",
"q": "^1.5.1",
"tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.6.4",
"topcoder-healthcheck-dropin": "^1.0.3",
"winston": "^3.2.1"
},
"engines": {
"node": "10.x"
}
}