{ "name": "@lfk/docs-de", "version": "0.0.1", "description": "The german documentation for the lfk", "main": "index.js", "authors": { "name": "", "email": "" }, "repository": "/@lfk/docs-de", "scripts": { "dev": "vuepress dev src", "build": "vuepress build src" }, "license": "MIT", "devDependencies": { "vuepress": "^1.5.3" }, "dependencies": { "vuepress-plugin-flexsearch": "^0.1.0", "vuepress-theme-default-prefers-color-scheme": "^2.0.0" } }