swagger-custom
Version:
Swagger Style and Dynamic Components, Neon Mode Swagger, Custom js elements in swagger.
70 lines • 1.59 kB
JSON
{
"name": "swagger-custom",
"version": "1.1.3",
"author": "jas-kha",
"contributors": [
{
"name": "Jasurbek Haydarov",
"url": "https://github.com/jas-kha"
}
],
"license": "MIT",
"type": "commonjs",
"main": "dist/index.cjs",
"exports": {
".": {
"require": "./dist/index.cjs",
"default": "./dist/index.cjs"
}
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jas-kha/swagger-custom.git"
},
"peerDependencies": {
"express": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"csso": "^5.0.5",
"rollup": "^4.53.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-terser": "^7.0.2",
"terser": "^5.36.0"
},
"bugs": {
"url": "https://github.com/jas-kha/swagger-custom/issues"
},
"description": "Swagger Style and Dynamic Components, Neon Mode Swagger, Custom js elements in swagger.",
"homepage": "https://github.com/jas-kha/swagger-custom#readme",
"keywords": [
"swagger",
"swagger-ui",
"swagger-custom",
"swagger-theme",
"dark-swagger",
"neon-swagger",
"swagger-style",
"swagger-js",
"custom-css",
"custom-js",
"express-middleware",
"api-docs"
],
"scripts": {
"build": "npx rollup -c",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/jas-kha"
},
"sideEffects": false
}