forked from topcoder-platform/topcoder-x-receiver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·33 lines (33 loc) · 873 Bytes
/
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
{
"name": "receiver",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"lint": "eslint . --ignore-pattern 'public/*' --ext .js --fix || true",
"create-tables": "CREATE_DB=true node scripts/create-update-tables.js"
},
"engines": {
"node": "~8.6.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"config": "^1.30.0",
"cookie-parser": "~1.4.3",
"debug": "^2.6.9",
"dynamoose": "^1.1.0",
"express": "^4.17.1",
"get-parameter-names": "^0.3.0",
"global-request-logger": "^0.1.1",
"joi": "^11.4.0",
"no-kafka": "^3.4.3",
"topcoder-healthcheck-dropin": "^1.0.3",
"winston": "^2.4.3"
},
"devDependencies": {
"eslint-config-topcoder": "^2.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-chai-expect": "^1.1.1",
"eslint-plugin-react": "^7.9.1"
}
}