forked from CH2-PS324/palomade-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 812 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
{
"name": "palomade-api",
"version": "1.0.0",
"description": "rest api for palomade api (bangkit-capstone-product)",
"main": "index.js",
"scripts": {
"start": "node ./src/index.js",
"dev": "nodemon ./src/index.js"
},
"author": "Hafiz Caniago, Iqbal Pamula",
"license": "ISC",
"dependencies": {
"axios": "^1.6.2",
"bcryptjs": "^2.4.3",
"celebrate": "^15.0.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"express-validator": "^7.0.1",
"hashids": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"mailgen": "^2.0.28",
"mysql2": "^3.6.5",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.1",
"sequelize": "^6.35.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"sequelize-cli": "^6.6.2"
}
}