{
  "name": "vuepress-theme-wb2_tmp",
  "version": "1.0.0-r09",
  "description": "A custom VuePress 2 theme featuring WBC components for a seamless documentation experience. It provides dynamic layouts, multi-language, and RTL/LTR support, all controlled via configuration.",
  "main": "index.js",
  "keywords": [
    "vuepress-theme",
    "vuepress-theme-wbc",
    "vuepress2",
    "wbc",
    "docs",
    "documentation",
    "dynamic layout",
    "multilanguage",
    "rtl"
  ],
  "author": {
    "name": "Wissem Boughamoura",
    "email": "wissemb11@gmail.com",
    "url": "https://www.wi-bg.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/wissemb11/vuepress-theme-wb2#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/wissemb11/vuepress-theme-wb2.git"
  },
  "bugs": {
    "url": "https://github.com/wissemb11/vuepress-theme-wb2/issues"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.0.0"
  },
  "files": "*",
  "scripts": {
    "docs:build": "vuepress build docs",
    "docs:dev": "vuepress dev docs"
  },
  "peerDependencies": {
    "@vue/theme": "^2.0.0-beta.60",
    "vuepress": "^1.9.10"
  },
  "devDependencies": {
    "@vue/theme": "^2.0.0-beta.60",
    "vuepress": "^1.9.10"
  },
  "dependencies": {
    "vuepress-theme-reco": "^1.6.17"
  }
}