mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
35 lines
699 B
JSON
35 lines
699 B
JSON
{
|
|
"name": "@docusaurus/init",
|
|
"version": "2.0.0-alpha.50",
|
|
"description": "Create Docusaurus app easily",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/docusaurus/issues"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc"
|
|
},
|
|
"bin": {
|
|
"docusaurus-init": "bin/index.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^3.0.0",
|
|
"commander": "^4.0.1",
|
|
"fs-extra": "^8.1.0",
|
|
"inquirer": "^7.1.0",
|
|
"lodash.kebabcase": "^4.1.1",
|
|
"semver": "^6.3.0",
|
|
"shelljs": "^0.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.9.0"
|
|
}
|
|
}
|