UNPKG

tspace-swagger-ui-express

Version:

Auto-generated Swagger-UI API documentation from an Express application.

45 lines (44 loc) 1.1 kB
{ "name": "tspace-swagger-ui-express", "version": "1.0.7", "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" } }