-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Kennn-dev/e-commerce-website.git"
},
"author": "ken",
"license": "MIT",
"dependencies": {
"@elastic/elasticsearch": "^7.12.0",
"@paypal/payouts-sdk": "^1.1.0",
"algoliasearch": "^4.9.2",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.25.1",
"consola": "^2.15.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"get-stream": "^6.0.0",
"helmet": "^4.4.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.0",
"mongoose-algolia": "^1.10.1",
"mongoose-fuzzy-searching": "^2.0.2",
"mongoose-paginate-v2": "^1.3.17",
"multer": "^1.4.2",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"paypal-rest-sdk": "^1.8.1",
"xss-clean": "^0.1.1"
}
}