-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 859 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
{
"name": "service",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"dotenv": "^10.0.0",
"express": "^4.17.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.3",
"nodemon": "^2.0.15",
"swagger-jsdoc": "^6.2.0",
"swagger-ui-express": "^4.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yassindaboussi/server-oneblood.git"
},
"bugs": {
"url": "https://github.com/yassindaboussi/server-oneblood/issues"
},
"homepage": "https://github.com/yassindaboussi/server-oneblood#readme",
"description": ""
}