docusaurus-serve-static
Version:
A CLI tool to statically serve Docusaurus production builds with custom baseUrl support.
34 lines (33 loc) • 860 B
JSON
{
"name": "docusaurus-serve-static",
"version": "1.0.1",
"description": "A CLI tool to statically serve Docusaurus production builds with custom baseUrl support.",
"main": "./bin/docusaurus-serve-static.js",
"bin": {
"docusaurus-serve-static": "./bin/docusaurus-serve-static.js"
},
"type": "commonjs",
"keywords": [
"docusaurus",
"static",
"serve",
"baseUrl",
"docs",
"cli"
],
"author": "Samrat Pulluri",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/samrat41/docusaurus-serve-static"
},
"bugs": {
"url": "https://github.com/samrat41/docusaurus-serve-static/issues"
},
"homepage": "https://github.com/samrat41/docusaurus-serve-static/blob/main/README.md",
"dependencies": {
"commander": "11.0.0",
"express": "4.21.2",
"open-cli": "8.0.0"
}
}