{ "name": "@docusaurus/init", "version": "2.0.0-alpha.70", "description": "Create Docusaurus apps 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": "^4.1.0", "commander": "^4.0.1", "fs-extra": "^9.1.0", "lodash.kebabcase": "^4.1.1", "prompts": "^2.4.0", "semver": "^6.3.0", "shelljs": "^0.8.4" }, "engines": { "node": ">=10.15.1" } }