-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 948 Bytes
/
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
{
"name": "express-midtrans",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/index.js"
},
"author": "Rafi Putra Ramadhan",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"helmet": "^6.0.0",
"http-status-codes": "^2.2.0",
"joi": "^17.6.1",
"joi-password-complexity": "^5.1.0",
"jsonwebtoken": "^8.5.1",
"midtrans-client": "^1.3.1",
"moment": "^2.29.4",
"mysql2": "^2.3.3",
"nodemailer": "^6.8.0",
"sequelize": "^6.23.1"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"morgan": "^1.10.0"
}
}