{ "name": "docs", "version": "1.0.0", "description": "[![](https://img.shields.io/badge/Author-lyq-orange.svg)](https://git.yoqi.me/lyq) [![](https://img.shields.io/badge/version-1.3.1-brightgreen.svg)](https://git.yoqi.me/lyq/github-actions-creator)", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "dev": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs", "build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs", "deploy": "bash deploy.sh", "editFm": "node utils/editFrontmatter.js", "baiduPush": "node utils/baiduPush.js https://xugaoyi.com && bash baiduPush.sh", "publish": "cd ./vdoing && npm publish && cd .. && yarn updateTheme", "updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D" }, "author": "", "license": "ISC", "devDependencies": { "vuepress": "^1.9.9", "vuepress-theme-vdoing": "^1.12.8" } }