-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 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
{
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"crypto": "^1.0.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemailer": "^6.9.9",
"nodemon": "^3.1.0",
"opn": "^6.0.0",
"pluralize": "^8.0.0",
"swagger-themes": "^1.4.2",
"swagger-ui-express": "^5.0.0"
},
"name": "api-school-project",
"description": "This is the API repository. It contains the API for the project school. The API is built using nodejs and express.",
"version": "1.0.0",
"main": "bin/www.js",
"bin": {
"api-school-project": "bin/www.js"
},
"scripts": {
"start": "nodemon --no-warnings ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hanz-Car-Rentals/hcr-api.git"
},
"author": "HowlingArcher",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Hanz-Car-Rentals/hcr-api/issues"
},
"homepage": "https://github.com/Hanz-Car-Rentals/hcr-api/#readme"
}