-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1022 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
42
43
{
"name": "ecommerce",
"version": "1.0.0",
"description": "The premium store where everyone can touch with it",
"main": "index.js",
"scripts": {
"test": "okay",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sa7ad/eCommerce.git"
},
"keywords": [
"User"
],
"author": "sayyid sajad",
"license": "ISC",
"bugs": {
"url": "https://github.com/sa7ad/eCommerce/issues"
},
"homepage": "https://github.com/sa7ad/eCommerce#readme",
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"cropperjs": "^1.5.13",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"moment": "^2.29.4",
"mongoose": "^8.1.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"nodemailer": "^6.9.3",
"razorpay": "^2.9.0",
"sharp": "^0.33.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.0"
}
}