-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.2 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
51
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha --exit",
"stryker": "stryker run",
"start": "nodemon server.js",
"redis": "redis-server"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"exceljs": "^4.4.0",
"express": "^4.18.2",
"firebase": "^10.5.0",
"firebase-admin": "^11.11.0",
"http-errors": "^2.0.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.1",
"nodemailer": "^6.9.5",
"nodemon": "^3.0.1",
"otp-generator": "^4.0.1",
"pg": "^8.2.1",
"pg-hstore": "^2.3.4",
"redis": "^4.6.10",
"sequelize": "^6.35.1",
"stripe": "^13.9.0",
"two-step-auth": "^1.1.2",
"uuid-v4": "^0.1.0"
},
"devDependencies": {
"@stryker-mutator/core": "^8.2.5",
"@stryker-mutator/mocha-runner": "^8.2.5",
"@types/chai": "^4.3.12",
"chai": "^4.4.1",
"mocha": "^10.3.0",
"sequelize-cli": "^6.6.2",
"sequelize-test-helpers": "^1.4.3",
"supertest": "^6.3.4",
"util": "^0.12.5"
}
}