1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-09 05:27:52 +08:00
Files
408CSFamily/package.json
妹妹下雨回不去 8fc49a1b42 fix: 修改配置
2022-07-05 13:51:18 +08:00

20 lines
496 B
JSON

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