{ "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.bash ali $npm_package_version", "github": "bash scripts/deploy.bash github" }, "author": "Rong姐姐好可爱", "license": "MIT", "devDependencies": { "vuepress": "^2.0.0-beta.39" }, "dependencies": {} }