-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 946 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
39
40
41
{
"name": "auction-system",
"version": "1.0.0",
"main": "server.js",
"keywords": [],
"author": "",
"description": "",
"scripts": {
"start": "node .",
"dev": "nodemon ."
},
"dependencies": {
"bcrypt": "^5.1.0",
"cloudinary": "^1.39.0",
"cors": "^2.8.5",
"cron": "^2.4.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.7.1",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.1",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"pg": "^8.11.1",
"process": "^0.11.10",
"sequelize": "^6.32.1",
"sequelize-bcrypt": "^1.2.0",
"sequelize-slugify": "^1.6.2",
"sequelize-tokenify": "^0.2.4",
"sequelize-transforms": "^2.0.0",
"socket.io": "^4.7.1",
"stream": "^0.0.2"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"morgan": "^1.10.0",
"nodemon": "^2.0.22",
"sequelize-cli": "^6.6.1"
},
"license": "ISC"
}