{
  "name": "@datev/vuepress-offlinesearch-parse-cli",
  "version": "1.3.1",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "parse",
    "md",
    "documents.json",
    "vuepress-offline-search"
  ],
  "author": "malte.roenne@gmx.de, bastian.scherber@gmail.com",
  "license": "MIT",
  "description": "A small parsing tool to generate documents.json for the vuepress-offline-search-plugin",
  "bin": {
    "generate-documents": "bin/vuepressParser.js"
  },
  "dependencies": {
    "recursive-readdir": "^2.2.2"
  }
}
