-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
60 lines (60 loc) · 1.46 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": "ecommerce-core-service",
"version": "1.0.0",
"description": "project about ecommerce",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node server.js",
"start:dev": "nodemon --legacy-watch server.js",
"start:local": "SET NODE_ENV=local nodemon --legacy-watch server.js"
},
"keywords": [
"ecommerce",
"fulltext search",
"docker",
"aws"
],
"author": "tiger",
"license": "ISC",
"dependencies": {
"accesscontrol": "^2.2.1",
"amqplib": "^0.10.3",
"aws-sdk": "^2.1359.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"cloudinary": "^1.41.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-winston": "^4.2.0",
"helmet": "^6.0.1",
"html-to-text": "^9.0.4",
"i18n": "^0.15.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mocha-suppress-logs": "^0.3.1",
"mongoose": "^6.9.2",
"morgan": "^1.10.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.22",
"pug": "^3.0.2",
"redis": "3.1.1",
"slugify": "^1.6.6",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"winston-mongodb": "^5.1.1",
"yaml": "^2.2.1"
},
"devDependencies": {
"jest": "^29.6.2"
}
}