tspace-swagger-ui-express
Version:
Auto-generated Swagger-UI API documentation from an Express(** 4.x.x only**) application.
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "tspace-swagger-ui-express",
"version": "1.0.8",
"description": "Auto-generated Swagger-UI API documentation from an Express(** 4.x.x only**) 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",
"swagger-ui",
"api-documentation",
"doc",
"api-docs",
"api docs",
"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"
},
"dependencies": {
"express": "4.19.2",
"js-yaml": "4.1.0",
"reflect-metadata": "0.1.14",
"swagger-ui-dist": "5.32.0"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/js-yaml": "4.0.9",
"@types/swagger-ui-dist": "3.30.4"
}
}