{ "name": "vue-design", "version": "1.0.0", "main": "index.js", "repository": "https://github.com/HcySunYang/vue-design.git", "author": "HcySunYang ", "scripts": { "dev": "vuepress dev ./docs", "build": "vuepress build ./docs", "deploy": "sh build/deploy.sh" }, "license": "MIT", "devDependencies": { "vuepress": "^0.8.4" } }