mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
13 lines
213 B
JSON
13 lines
213 B
JSON
{
|
|
"name": "docusaurus-init",
|
|
"version": "1.0.0-alpha.0",
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"docusaurus-init": "initialize.js"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.1.0",
|
|
"shelljs": "^0.7.8"
|
|
}
|
|
}
|