-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 KB
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
{
"name": "e-commerce-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-server": " nodemon --exec babel-node ./server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Igire-Rwanda/e-commerce-backend.git"
},
"author": "Ecommerce",
"license": "ISC",
"bugs": {
"url": "https://github.com/Igire-Rwanda/e-commerce-backend/issues"
},
"homepage": "https://github.com/Igire-Rwanda/e-commerce-backend#readme",
"dependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/node": "^7.19.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.19.4",
"@babel/register": "^7.18.9",
"@hapi/joi": "^17.1.1",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"http-status": "^1.5.3",
"joi": "^17.7.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.0",
"nodemailer": "^6.8.0",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^2.0.20"
}
}