项目文件夹

文件
2026-07-13 12:24:41 +08:00

19 行
426 B
JSON

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