docusaurus/packages/docusaurus-init/package.json

35 lines
699 B
JSON
Raw Normal View History

{
"name": "@docusaurus/init",
2020-05-19 06:55:03 -04:00
"version": "2.0.0-alpha.55",
"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",
2020-04-02 07:05:03 -04:00
"inquirer": "^7.1.0",
"lodash.kebabcase": "^4.1.1",
2019-08-01 08:14:12 -04:00
"semver": "^6.3.0",
"shelljs": "^0.8.4"
},
"engines": {
"node": ">=10.9.0"
}
}