-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.48 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
{
"name": "perflower",
"version": "1.0.0",
"description": "",
"main": "app.js",
"test": "cross-env NODE_ENV=test jest --watchAll",
"scripts": {
"start": "nodemon app",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PurfumePlanet-Backend/Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PurfumePlanet-Backend/Backend/issues"
},
"homepage": "https://github.com/PurfumePlanet-Backend/Backend#readme",
"dependencies": {
"aws-sdk": "^2.1057.0",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"connect-redis": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-rate-limit": "^6.2.0",
"express-session": "^1.17.2",
"iconv-lite": "^0.6.3",
"jsonwebtoken": "^8.5.1",
"korean-regexp": "^1.0.9",
"mailer": "^0.6.7",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.2",
"nunjucks": "^3.2.3",
"nvm": "^0.0.4",
"passport": "^0.5.2",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"qs": "^6.10.2",
"redis": "^4.0.2",
"redis-cli": "^2.1.2",
"sequelize": "^6.12.4",
"sequelize-cli": "^6.3.0",
"supertest": "^6.2.2",
"swagger-ui-express": "^4.3.0"
},
"devDependencies": {
"csvtojson": "^2.0.10",
"jest": "^27.4.7",
"nodemon": "^2.0.15",
"supertest": "^6.2.2"
}
}