-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.46 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
52
53
54
55
56
57
58
{
"name": "auth-back-api",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"dev": "ts-node-dev src/index.ts",
"start": "node build/index.js",
"tsc": "tsc",
"test": "jest --detectOpenHandles --runInBand"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.363.0",
"@hapi/joi": "^17.1.1",
"aws-sdk": "^2.1409.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"dotenv": "^16.2.0",
"exceljs": "^4.4.0",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.3.5",
"passport": "^0.6.0",
"passport-http": "^0.3.0",
"passport-jwt": "^4.0.0",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.32.0",
"sequelize-typescript": "^2.1.5",
"winston": "^3.8.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/hapi__joi": "^17.1.9",
"@types/jest": "^29.5.2",
"@types/morgan": "^1.9.4",
"@types/node": "^20.3.3",
"@types/passport-jwt": "^3.0.8",
"@types/sequelize": "^4.28.15",
"@types/supertest": "^2.0.12",
"jest": "^29.5.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.3"
}
}