-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.7 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@stackql/docusaurus-plugin-aeo",
"version": "0.4.2",
"description": "AEO (Answer Engine Optimization) helpers for Docusaurus: .md companion files, llms.txt / llms-full.txt, an Ask AI dropdown, and /ai/* route conventions.",
"main": "src/index.js",
"exports": {
".": "./src/index.js",
"./helpers": "./src/helpers.js"
},
"files": [
"src",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"@docusaurus/core": "^3.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/icons-material": "^5.0.0 || ^6.0.0 || ^7.0.0",
"@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@mui/material": {
"optional": false
},
"@mui/icons-material": {
"optional": false
},
"@emotion/react": {
"optional": false
},
"@emotion/styled": {
"optional": false
}
},
"dependencies": {
"gray-matter": "^4.0.3"
},
"overrides": {
"serialize-javascript": "^7.0.5",
"uuid": "^11.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackql-labs/docusaurus-plugin-aeo"
},
"keywords": [
"docusaurus",
"aeo",
"answer-engine-optimization",
"llms.txt",
"ai",
"seo",
"plugin"
],
"author": "Jeffrey Aven @ StackQL Studios",
"license": "MIT",
"bugs": {
"url": "https://github.com/stackql-labs/docusaurus-plugin-aeo/issues"
},
"homepage": "https://github.com/stackql-labs/docusaurus-plugin-aeo#readme"
}