{
  "name": "@anyfork/vuepress-plugin-sakura-next",
  "version": "0.1.2",
  "description": "vuepress plugin sakura for vuepress v2.x",
  "main": "lib/node/index.js",
  "types": "lib/node/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "prepare": "npm run clean & npm run build",
    "clean": "rimraf lib *.tsbuildinfo",
    "build": "tsc -b tsconfig.build.json & npm run copy",
    "copy": "cpx \"src/**/*.{d.ts,vue,js,png}\" lib"
  },
  "license": "MIT",
  "author": "anyfork",
  "homepage": "https://github.com/AnyFork/vuepress-pulgins/tree/2.X/packages/%40anyfork/vuepress-plugin-sakura-next",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnyFork/vuepress-pulgins.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "@anyfork/vuepress-plugin-sakura-next",
    "vuepress2",
    "plugin",
    "vuepress-plugin-sakura",
    "sakura"
  ],
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.30.4",
    "@typescript-eslint/parser": "^5.30.4",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-vue": "^9.1.1",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@vuepress/client": "^2.0.0-beta.48",
    "@vuepress/core": "^2.0.0-beta.48",
    "@vuepress/utils": "^2.0.0-beta.48"
  }
}
