-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 893 Bytes
/
package.json
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
{
"name": "@teyuto/docusaurus-plugin-json-export",
"version": "0.8.3",
"description": "A Docusaurus plugin to export content as JSON files",
"main": "src/index.js",
"keywords": [
"docusaurus",
"docusaurus-plugin",
"json",
"export"
],
"author": "Teyuto",
"license": "MIT",
"peerDependencies": {
"@docusaurus/core": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"js-yaml": "^4.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Teyuto/docusaurus-plugin-json-export.git"
},
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/Teyuto/docusaurus-plugin-json-export/issues"
},
"homepage": "https://github.com/Teyuto/docusaurus-plugin-json-export#readme"
}