-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "docusaurus-plugin-copy-page-button",
"version": "0.4.2",
"description": "Docusaurus plugin that adds a copy page button to extract documentation content as markdown for AI tools like ChatGPT, Claude, and Gemini",
"main": "src/index.js",
"keywords": [
"docusaurus",
"docusaurus-plugin",
"documentation",
"markdown",
"copy-page",
"extract-content",
"ai-tools",
"chatgpt",
"claude",
"gemini",
"llm",
"content-extraction",
"docs",
"sidebar",
"button",
"react",
"javascript"
],
"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 || ^19.0.0"
},
"engines": {
"node": ">=18.0"
}
}