UNPKG

docs-this

Version:

自动化为项目生成vuepress文档

35 lines (34 loc) 748 B
{ "name": "docs-this", "version": "1.3.0", "description": "自动化为项目生成vuepress文档", "bin": { "docs": "bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/liyangworld/docs-cli.git" }, "keywords": [ "docs", "vuepress", "文档" ], "author": "liyang", "license": "ISC", "bugs": { "url": "https://github.com/liyangworld/docs-cli/issues" }, "homepage": "https://github.com/liyangworld/docs-cli#readme", "devDependencies": {}, "dependencies": { "boxen": "^4.1.0", "commander": "^3.0.1", "log-symbols": "^3.0.0", "ora": "^3.4.0", "shelljs": "^0.8.3" } }