swagger-ui-offline-packager
Version:
Swagger UI Offline Packager
41 lines (40 loc) • 970 B
JSON
{
"name": "swagger-ui-offline-packager",
"version": "1.1.0",
"description": "Swagger UI Offline Packager",
"main": "index.js",
"bin": {
"swagger-ui-offline-packager": "./bin/cli.js",
"sop": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git@github.com:liborm85/swagger-ui-offline-packager.git"
},
"author": {
"name": "Libor M.",
"email": "liborm85@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/liborm85/swagger-ui-offline-packager/issues"
},
"homepage": "https://github.com/liborm85/swagger-ui-offline-packager",
"keywords": [
"swagger",
"openapi",
"rest",
"rest-api",
"swagger-ui",
"swagger-js"
],
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^12.0.1",
"commander": "^13.1.0",
"html-minifier-terser": "^7.2.0",
"inline-source": "^8.0.3",
"jsonpath-plus": "^10.3.0",
"semver": "^7.7.1",
"yaml": "^2.7.1"
}
}