-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "nodejs-auto-swagger-doc-generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-readme": "npx readme-md-generator"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harshatechtrainings/nodejs-auto-swagger-doc-generator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/harshatechtrainings/nodejs-auto-swagger-doc-generator/issues"
},
"homepage": "https://github.com/harshatechtrainings/nodejs-auto-swagger-doc-generator#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"config": "^3.3.10",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.2",
"express": "^4.18.2",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.0",
"path": "^0.12.7",
"readme-md-generator": "^1.0.0",
"swagger-autogen": "^2.23.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
}
}