{ "name": "docs", "version": "2.0.0", "description": "manual for MaaAssistantArknights", "main": "index.js", "type": "module", "repository": "https://github.com/MaaAssistantArknights/MaaAssistantArknights", "author": "bakashigure ", "license": "AGPL-3.0", "private": true, "devDependencies": { "@vuepress/bundler-vite": "^2.0.0-rc.20", "@vuepress/plugin-docsearch": "^2.0.0-rc.80", "@vuepress/plugin-google-analytics": "^2.0.0-rc.80", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0", "sass-embedded": "^1.86.3", "vue": "^3.5.13", "vuepress": "^2.0.0-rc.20", "vuepress-theme-hope": "^2.0.0-rc.78" }, "scripts": { "dev": "vuepress dev .", "build": "vuepress build .", "clean": "vuepress dev . --clean-cache" } }