{
  "name": "@vuepress/plugin-palette",
  "version": "2.0.0-beta.27",
  "description": "VuePress plugin - palette",
  "keywords": [
    "vuepress-plugin",
    "vuepress",
    "plugin",
    "palette",
    "style",
    "css",
    "sass",
    "less",
    "stylus"
  ],
  "homepage": "https://github.com/vuepress",
  "bugs": {
    "url": "https://github.com/vuepress/vuepress-next/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress/vuepress-next.git"
  },
  "license": "MIT",
  "author": "meteorlxy",
  "main": "lib/node/index.js",
  "types": "lib/node/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf lib *.tsbuildinfo"
  },
  "dependencies": {
    "@vuepress/core": "2.0.0-beta.27",
    "@vuepress/utils": "2.0.0-beta.27",
    "chokidar": "^3.5.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "2671a94fe6864e215eb84f318b7e657744a0bc5d"
}
