1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-13 07:16:20 +08:00
Files
408CSFamily/package.json
喜欢芝士的妹妹 e2b229ff03 feat(docs):新增文档
2022-06-23 08:53:19 +08:00

20 lines
434 B
JSON

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