-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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
{
"name": "ecommerce-api",
"version": "1.0.0",
"description": "real time ecommerce api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandeepDevJs/ecommerceAPI.git"
},
"keywords": [
"ecommerce",
"api",
"mongodb",
"expressjs",
"nodejs",
"restful",
"api"
],
"author": "sandeepDevJs",
"license": "ISC",
"bugs": {
"url": "https://github.com/sandeepDevJs/ecommerceAPI/issues"
},
"homepage": "https://github.com/sandeepDevJs/ecommerceAPI#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"celebrate": "^13.0.4",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.0.2",
"express-rate-limit": "^5.2.5",
"helmet": "^4.2.0",
"hpp": "^0.2.3",
"joi": "^17.3.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.7",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.17",
"slugify": "^1.4.6",
"xss-clean": "^0.1.1"
}
}