{
  "name": "vuepress-plugin-add-this",
  "version": "1.30.0",
  "description": "Add This plugin for vuepress",
  "keywords": [
    "vuepress-plugin",
    "vuepress",
    "add-this",
    "share"
  ],
  "homepage": "https://vuepress-theme-hope.github.io/v1/add-this/",
  "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/add-this"
  },
  "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"
  },
  "scripts": {
    "build": "tsc -b tsconfig.json",
    "clean": "rimraf lib *.tsbuildinfo",
    "copy": "cpx \"src/**/*.{d.ts,vue,styl}\" lib",
    "demo:build": "vuepress build __tests__/demo",
    "demo:clean-dev": "vuepress dev __tests__/demo --no-cache",
    "demo:dev": "vuepress dev __tests__/demo"
  }
}