-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 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
45
46
{
"name": "docexpress",
"version": "1.0.0",
"description": "Generate API docs for Express app using Swagger",
"main": "index.js",
"type": "module",
"bin": {
"docexpress-build": "./bin/docexpress-build.js"
},
"scripts": {
"start": "docexpress-build"
},
"keywords": [
"DocExpress",
"doc-express",
"docexpress-bulid",
"swagger",
"express",
"swagger-doc",
"api-docs",
"swagger-ui",
"express-swagger",
"swagger-express",
"openapi",
"swagger-automation",
"swagger-jsdoc",
"api-doc-generator",
"express-api",
"swagger-express-generator",
"swagger-api-doc",
"express-api-docs"
],
"author": "Sakib Devlekar",
"license": "ISC",
"dependencies": {
"chalk": "^5.4.1",
"express": "^4.21.2",
"express-basic-auth": "^1.2.1",
"glob": "^11.0.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"prettier": "3.4.2"
}
}