-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 902 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 902 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
36
{
"name": "legacy-rating-processor",
"version": "1.0.0",
"description": "Topcoder - Legacy Rating Processor",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"lint": "standard",
"lint:fix": "standard --fix",
"mock-api": "node mock-api/mock-api"
},
"author": "TCSCODER",
"license": "none",
"devDependencies": {
"standard": "^14.3.1"
},
"dependencies": {
"@hapi/joi": "^15.1.1",
"@topcoder-platform/topcoder-submission-api-wrapper": "^1.2.0",
"async-mutex": "^0.1.4",
"bluebird": "^3.7.2",
"config": "^3.2.5",
"get-parameter-names": "^0.3.0",
"http-json-response": "^1.0.1",
"ifxnjs": "^10.0.5",
"lodash": "^4.17.15",
"moment-timezone": "^0.5.27",
"no-kafka": "^3.4.3",
"q": "^1.5.1",
"topcoder-healthcheck-dropin": "^1.0.3",
"winston": "^3.2.1"
},
"engines": {
"node": "10.x"
}
}