-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.45 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.45 KB
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
{
"name": "afkiller-back",
"version": "1.0.0",
"description": "back server",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kimleeoh/Back.git"
},
"keywords": [
"afkiller"
],
"author": "TEAMkimleeoh",
"license": "ISC",
"bugs": {
"url": "https://github.com/kimleeoh/Back/issues"
},
"homepage": "https://github.com/kimleeoh/Back#readme",
"engines": {
"node": ">=14.0.0"
},
"exports": {
".": "./src/index.js"
},
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.627.0",
"@aws-sdk/lib-storage": "^3.658.1",
"async-mutex": "^0.5.0",
"axios": "^1.7.3",
"bcrypt": "^5.1.1",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"exceljs": "^4.4.0",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"fs": "^0.0.1-security",
"jquery": "^3.7.1",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.10.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.14",
"pdf-poppler": "^0.2.1",
"pdf2pic": "^3.1.3",
"redis": "^4.7.0",
"socket.io": "^4.7.5",
"uuid": "^10.0.0"
},
"peerDependencies": {
"mongoose": "^8.5.4"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}