docusaurus-plugin-copy-page-button
Version:
A Docusaurus plugin that provides a copy page button for extracting content as markdown for LLMs
32 lines (31 loc) • 821 B
JSON
{
"name": "docusaurus-plugin-copy-page-button",
"version": "0.2.0",
"description": "A Docusaurus plugin that provides a copy page button for extracting content as markdown for LLMs",
"main": "src/index.js",
"keywords": [
"docusaurus",
"plugin",
"copy",
"markdown",
"llm",
"ai"
],
"author": "portdeveloper",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/portdeveloper/docusaurus-plugin-copy-page-button.git"
},
"homepage": "https://github.com/portdeveloper/docusaurus-plugin-copy-page-button#readme",
"bugs": {
"url": "https://github.com/portdeveloper/docusaurus-plugin-copy-page-button/issues"
},
"peerDependencies": {
"@docusaurus/core": "^3.0.0",
"react": "^18.0.0"
},
"engines": {
"node": ">=18.0"
}
}