-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 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
{
"name": "fvaly",
"version": "1.0.0",
"description": "Multi vendor e-commerce",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solaimanshadin/fvaly-backend.git"
},
"keywords": [],
"author": "Solaiman Shadin",
"license": "ISC",
"bugs": {
"url": "https://github.com/solaimanshadin/fvaly-backend.git"
},
"homepage": "https://github.com/solaimanshadin/fvaly-backend.git#readme",
"dependencies": {
"accesscontrol": "^2.2.1",
"bcrypt": "^5.0.1",
"cloudinary": "^1.26.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.26.0",
"mongoose": "^5.9.15",
"mongoose-beautiful-unique-validation": "^7.1.1",
"mongoose-slug-generator": "^1.0.4",
"multer": "^1.4.2",
"nodemon": "^2.0.12",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0"
},
"devDependencies": {
"eslint": "^7.1.0",
"jsdoc": "^3.6.7"
}
}