{ "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.23", "@vuepress/plugin-docsearch": "2.0.0-rc.109", "@vuepress/plugin-google-analytics": "2.0.0-rc.107", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0", "sass-embedded": "^1.92.0", "vue": "^3.5.21", "vuepress": "2.0.0-rc.23", "vuepress-theme-hope": "2.0.0-rc.93" }, "scripts": { "dev": "vuepress dev .", "build": "vuepress build .", "clean": "vuepress dev . --clean-cache" } }