{ "name": "facilmap-docs", "version": "3.4.0", "description": "Documentation for FacilMap.", "author": "Candid Dauth ", "repository": { "type": "git", "url": "https://github.com/FacilMap/facilmap.git" }, "license": "AGPL-3.0", "type": "module", "scripts": { "dev-server": "vuepress dev src", "build": "vuepress build src", "clean": "rimraf dist", "check": "vuepress check-md src" }, "private": true, "devDependencies": { "@vuepress/plugin-search": "next", "rimraf": "^5.0.1", "vuepress": "next", "vuepress-plugin-check-md": "^0.0.3" }, "packageManager": "yarn@3.6.3", "dependencies": { "qrcode.vue": "^3.4.1" } }