{ "name": "english-note", "version": "1.0.0", "description": "从0开始的英语语法学习", "main": "index.js", "repository": "https://github.com/xiaoxunyao/english-note.git", "author": "xiaoxunyao ", "license": "MIT", "devDependencies": { "vuepress": "^2.0.0-beta.33" }, "scripts": { "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" } }