-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.9 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "quran-backend",
"version": "1.0.0",
"description": "An API provider of a Quran App",
"main": "dist/index.js",
"scripts": {
"dev": "nodemon --watch src src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "jest"
},
"keywords": [],
"author": {
"name": "Pranta Das",
"email": "[email protected]",
"url": "https://github.com/Prantadas"
},
"license": "MIT",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/compression": "^1.7.5",
"@types/node": "^20.14.12",
"nodemon": "^3.1.2",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typescript": "5.2.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.588.0",
"@socket.io/admin-ui": "^0.5.1",
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-actuator": "^1.8.3",
"@types/express-form-data": "^2.0.5",
"@types/express-healthcheck": "^0.1.4",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/method-override": "^0.0.35",
"@types/morgan": "^1.9.9",
"@types/nodemailer": "^6.4.15",
"@types/uuid": "^9.0.8",
"agentkeepalive": "^4.5.0",
"al-quran-sdk": "^1.0.5",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"cloudinary": "^2.2.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-actuator": "^1.8.4",
"express-form-data": "^2.0.23",
"express-healthcheck": "^0.1.0",
"express-rate-limit": "^7.3.0",
"helmet": "^7.1.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"method-override": "^3.0.0",
"mongoose": "6.12.8",
"mongoose-paginate-v2": "1.8.0",
"morgan": "^1.10.0",
"nodemailer": "^6.9.14",
"socket.io": "^4.7.5",
"uuid": "^9.0.1",
"winston": "^3.14.1"
}
}