-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 833 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
{
"name": "souq_replica",
"version": "1.0.0",
"description": "A clone to e-commerce website in my regin",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ts": "nodemon dist/app.js",
"uri": "nodemon dist/root_rep.js"
},
"keywords": [],
"author": "Ahmed Mohamed",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.6",
"typescript": "^4.0.5"
},
"dependencies": {
"@types/bcrypt": "^3.0.0",
"@types/express": "^4.17.8",
"@types/jsonwebtoken": "^8.5.0",
"@types/mongodb": "^3.5.33",
"@types/mongoose": "^5.7.37",
"@types/multer": "^1.4.4",
"bcrypt": "^5.0.0",
"chalk": "^4.1.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.3",
"mongoose": "^5.10.13",
"multer": "^1.4.2"
}
}