UNPKG

@hikasami/api-ui

Version:

Dark API reference UI for OpenAPI 3.x specs. Layout with Try It panel, JWT auth, resizable response pane.

44 lines (43 loc) 975 B
{ "name": "@hikasami/api-ui", "version": "2.0.8", "description": "Dark API reference UI for OpenAPI 3.x specs. Layout with Try It panel, JWT auth, resizable response pane.", "publishConfig": { "access": "public" }, "main": "dist/api-ui.min.js", "style": "dist/api-ui.min.css", "files": [ "dist/", "index.html", "README.md" ], "keywords": [ "openapi", "swagger", "api", "docs", "reference", "dark-theme", "jwt" ], "author": "Hikasami Development", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/hksm-app/api-ui" }, "bugs": { "url": "https://github.com/hksm-app/api-ui/issues" }, "homepage": "https://github.com/hksm-app/api-ui", "unpkg": "dist/api-ui.min.js", "scripts": { "build": "node ./scripts/build.js", "prepublishOnly": "npm run build" }, "devDependencies": { "clean-css-cli": "^5.6.0", "terser": "^5.36.0" } }