{
  "name": "@vuepress-denaro/vuepress-plugin-dynamic-title",
  "version": "1.3.1",
  "description": "Add a dynamic title to your site.给你的站点添加动态标题的支持插件.",
  "keywords": [
    "vuepress",
    "vuepress-plugin",
    "theme",
    "denaro",
    "dynamic-title",
    "dynamic",
    "动态",
    "标题"
  ],
  "homepage": "https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-dynamic-title#readme",
  "bugs": {
    "url": "https://github.com/denaro-org/vuepress-theme-denaro/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/denaro-org/vuepress-theme-denaro.git"
  },
  "license": "MIT",
  "author": "vxhly <pengchengou@gmail.com>",
  "type": "module",
  "exports": {
    ".": "./lib/node/index.js",
    "./client": "./lib/client/index.js",
    "./package.json": "./package.json"
  },
  "main": "./lib/node/index.js",
  "types": "./lib/node/index.d.ts",
  "files": [
    "lib"
  ],
  "dependencies": {
    "@vuepress/client": "2.0.0-beta.67",
    "vue": "^3.3.7",
    "vue-router": "^4.2.5",
    "@vuepress-denaro/core": "1.3.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "clean": "npx rimraf lib *.tsbuildinfo ./dist",
    "copy": "cpx \"src/**/*.{d.ts,vue,less,scss,css,html,sass,json,js}\" lib"
  }
}