package.json 1008 B

123456789101112131415161718192021222324
  1. {
  2. "name": "docs",
  3. "version": "1.0.0",
  4. "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)",
  5. "main": "index.js",
  6. "directories": {
  7. "doc": "docs"
  8. },
  9. "scripts": {
  10. "dev": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs",
  11. "build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs",
  12. "deploy": "bash deploy.sh",
  13. "editFm": "node utils/editFrontmatter.js",
  14. "baiduPush": "node utils/baiduPush.js https://xugaoyi.com && bash baiduPush.sh",
  15. "publish": "cd ./vdoing && npm publish && cd .. && yarn updateTheme",
  16. "updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D"
  17. },
  18. "author": "",
  19. "license": "ISC",
  20. "devDependencies": {
  21. "vuepress": "^1.9.9",
  22. "vuepress-theme-vdoing": "^1.12.8"
  23. }
  24. }