-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.29 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
{
"name": "noafk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsl150101/NoAFK.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rsl150101/NoAFK/issues"
},
"homepage": "https://github.com/rsl150101/NoAFK#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.289.0",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"joi": "^17.8.3",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql2": "^3.1.2",
"nodemailer": "^6.9.1",
"nunjucks": "^3.2.3",
"passport": "^0.6.0",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^2.0.0",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"passport-naver": "^1.0.6",
"redis": "^4.6.5",
"sequelize": "^6.29.0",
"socket.io": "^4.6.1"
},
"devDependencies": {
"nodemon": "^2.0.20",
"prettier": "^2.8.4",
"sequelize-cli": "^6.6.0"
}
}