{
  "name": "@vuepress/plugin-copy-code",
  "version": "2.0.0-rc.6",
  "description": "Copy Code plugin for vuepress",
  "keywords": [
    "vuepress-plugin",
    "vuepress",
    "plugin",
    "copy-code",
    "code-copy"
  ],
  "homepage": "https://github.com/vuepress",
  "bugs": {
    "url": "https://github.com/vuepress/ecosystem/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress/ecosystem.git",
    "directory": "plugins/plugin-copy-code"
  },
  "license": "MIT",
  "author": {
    "name": "Mr.Hope",
    "email": "mister-hope@outlook.com",
    "url": "https://mister-hope.com"
  },
  "type": "module",
  "exports": {
    ".": "./lib/node/index.js",
    "./client/*": "./lib/client/*",
    "./package.json": "./package.json"
  },
  "main": "./lib/node/index.js",
  "types": "./lib/node/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf --glob ./lib ./*.tsbuildinfo",
    "copy": "cpx \"src/**/*.{css,svg}\" lib"
  },
  "dependencies": {
    "@vuepress/helper": "2.0.0-rc.6",
    "@vueuse/core": "^10.7.2",
    "vue": "^3.4.15"
  },
  "peerDependencies": {
    "vuepress": "2.0.0-rc.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "78aee8972408e8f6cc7b38ad8a0183c4e65f70a2"
}
