-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 984 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
34
35
36
37
{
"name": "docusaurus-plugin-get-docs-create-date",
"version": "1.1.0",
"description": "A Docusaurus plugin to get the create date of all docs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jim Huang <[email protected]> (https://jimhuang.dev)",
"repository": {
"type": "git",
"url": "https://github.com/Jim876633/docusaurus-plugin-get-doc-create-date.git"
},
"homepage": "https://github.com/Jim876633/docusaurus-plugin-get-doc-create-date",
"license": "MIT",
"keywords": [
"docusaurus",
"plugin",
"create date"
],
"dependencies": {
"fs-extra": "^11.2.0",
"shelljs": "^0.8.5"
},
"engines": {
"node": ">=14.14"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^23.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
}
}