{
  "name": "vuepress-plugin-active-hash",
  "version": "1.30.0",
  "description": "active-hash plugin for vuepress",
  "keywords": [
    "vuepress-plugin",
    "vuepress",
    "active-hash",
    "vuepress-theme-hope",
    "mr-hope"
  ],
  "homepage": "https://vuepress-theme-hope.github.io/v1/active-hash/",
  "bugs": {
    "url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope-v1/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress-theme-hope/vuepress-theme-hope.git",
    "directory": "packages/active-hash"
  },
  "license": "MIT",
  "author": {
    "name": "Mr.Hope",
    "email": "mister-hope@outlook.com",
    "url": "https://mrhope.site"
  },
  "main": "lib/node/index.js",
  "types": "lib/types/index.d.ts",
  "dependencies": {
    "@mr-hope/vuepress-types": "1.30.0",
    "ts-debounce": "^4.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -b tsconfig.json",
    "clean": "rimraf lib *.tsbuildinfo",
    "copy": "cpx \"src/**/*.{d.ts,vue,styl}\" lib"
  }
}