-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
38
39
40
41
42
43
44
{
"name": "tspace-swagger-ui-express",
"version": "1.0.6",
"description": "Auto-generated Swagger-UI API documentation from an Express application.",
"main": "./build/lib/index.js",
"types": "./build/lib/index.d.ts",
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/thanathip41/tspace-swagger-ui-express.git"
},
"keywords": [
"tspace",
"tspace-swagger-ui",
"tspace-swagger-ui-express",
"auto-generated",
"open-api",
"swagger-api",
"documents"
],
"author": "Thanathip (https://github.com/thanathip41)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thanathip41/tspace-swagger-ui-express"
},
"homepage": "https://github.com/thanathip41",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/js-yaml": "^4.0.9",
"@types/swagger-ui-dist": "^3.30.4"
},
"dependencies": {
"express": "^4.19.2",
"js-yaml": "^4.1.0",
"reflect-metadata": "^0.1.14",
"swagger-ui-dist": "^5.17.10"
}
}