1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-04 19:17:49 +08:00
Files
408CSFamily/package.json
喜欢芝士的妹妹 867b1cfb4c refactor(docs):添加自动化脚本,打通发版流程
- 建立底稿文件,移动异常md文档
- 新增脚本,打通发版流程
- 优化docker镜像源
2022-06-22 00:46:19 +08:00

18 lines
321 B
JSON

{
"name": "408CSFamily",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"author": "Rong姐姐好可爱",
"license": "MIT",
"devDependencies": {
"vuepress": "^2.0.0-beta.39"
},
"dependencies": {
}
}