-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "coffit",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "NODE_ENV=test mocha --file ./tests/helper.js --file ./tests/routes/* --exit --timeout 15000 "
},
"dependencies": {
"@sentry/node": "^5.7.1",
"aws-sdk": "^2.560.0",
"convict": "^5.2.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-winston": "^3.4.0",
"faker": "^4.1.0",
"firebase-admin": "^8.7.0",
"http-errors": "~1.6.3",
"ioredis": "^4.14.1",
"is-undefined": "^1.0.10",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^1.7.0",
"node-schedule": "^1.3.2",
"pug": "^2.0.4",
"sequelize": "^5.21.2",
"sequelize-cli": "^5.5.1",
"sinon": "^7.5.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"socket.io-redis": "^5.2.0",
"swagger-jsdoc": "^3.4.0",
"swagger-ui-express": "^4.1.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.10.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"cross-env": "^6.0.3",
"mocha": "^6.2.2",
"node-mocks-http": "^1.8.0",
"should": "^13.2.3",
"supertest": "^4.0.2"
}
}