{ "name": "maa-docs-main", "version": "2.0.0", "description": "manual for MaaAssistantArknights", "main": "index.js", "repository": "https://github.com/MaaAssistantArknights/MaaAssistantArknights", "author": "bakashigure ", "license": "AGPL-3.0", "devDependencies": { "@vuepress/client": "2.0.0-beta.66", "@vuepress/plugin-docsearch": "2.0.0-beta.66", "markdown-it": "^13.0.1", "markdown-it-anchor": "^8.6.7", "markdownlint-cli": "^0.32.2", "vue": "^3.2.47", "vuepress": "2.0.0-beta.66", "vuepress-theme-hope": "2.0.0-beta.234" }, "scripts": { "dev": "vuepress dev .", "build": "vuepress build .", "clean": "vuepress dev . --clean-cache", "lintfix": "markdownlint \"**/*.md\" --fix" } }