{ "name": "unidocs-zh", "version": "1.0.0", "description": "", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "dev": "vuepress dev docs", "build": "node --max_old_space_size=3072 ./node_modules/vuepress/cli.js build docs --no-cache", "sitemap": "node ./script/createSiteMap.js" }, "repository": { "type": "git", "url": "git+https://github.com/dcloudio/unidoc-zh.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/dcloudio/unidoc-zh/issues" }, "homepage": "https://github.com/dcloudio/unidoc-zh#readme", "devDependencies": { "@vuepress/plugin-back-to-top": "^1.9.5", "@vuepress/plugin-shiki": "^2.0.0-beta.5", "clipboard": "^2.0.10", "fs-extra": "^10.0.0", "glob": "^7.1.7", "vuepress": "^1.8.2" }, "dependencies": { "@docsearch/js": "^3.0.0-alpha.50" } }