mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-05 09:48:57 +02:00
* fix: add repository metadata to all packages * empty commit for cla bot * move validate-package-json.test.ts + add glob devDependency Co-authored-by: slorber <lorber.sebastien@gmail.com>
36 lines
775 B
JSON
36 lines
775 B
JSON
{
|
|
"name": "@docusaurus/init",
|
|
"version": "2.0.0-alpha.66",
|
|
"description": "Create Docusaurus app easily",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-init"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/docusaurus/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"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.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.15.1"
|
|
}
|
|
}
|