UNPKG

@chargeover/redocusaurus

Version:
52 lines (51 loc) 1.18 kB
{ "name": "@chargeover/redocusaurus", "version": "1.1.14", "description": "Redoc for DocusaurusV2", "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./plugin": "./dist/plugin.js", "./theme": "./dist/theme.js" }, "files": [ "dist", "src", "plugin.js", "theme.js" ], "scripts": { "build": "tsc && echo \"built preset\"", "dev": "tsc -w", "prepublish": "rm -rf .tsbuild.info", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rohit-gohri/redocusaurus.git" }, "keywords": [ "redoc", "openapi", "api", "swagger", "documentation", "api-doc", "docusaurus", "docusaurus-preset" ], "author": "Rohit Gohri <code@rohit.page>", "license": "MIT", "bugs": { "url": "https://github.com/rohit-gohri/redocusaurus/issues" }, "homepage": "https://redocusaurus.vercel.app/", "dependencies": { "@chargeover/docusaurus-plugin-redoc": "1.0.14", "@chargeover/docusaurus-theme-redoc": "1.1.11", "@docusaurus/types": "^2.0.0-beta.20" }, "engines": { "node": ">=14" } }