{
  "name": "vuepress-theme-default-prefers-color-scheme",
  "version": "2.0.0",
  "main": "index.js",
  "description": "add prefers-color-scheme for vuepress default theme",
  "author": "tolking <qw13131wang@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/tolking/vuepress-theme-default-prefers-color-scheme",
  "bugs": {
    "url": "https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/issues"
  },
  "homepage": "https://github.com/tolking/vuepress-theme-default-prefers-color-scheme",
  "doc": "https://tolking.github.io/vuepress-theme-default-prefers-color-scheme",
  "scripts": {
    "dev": "vuepress dev docs",
    "serve": "vuepress dev docs",
    "build": "vuepress build docs"
  },
  "keywords": [
    "vuepress",
    "vuepress-theme",
    "documentation",
    "prefers-color-scheme",
    "light-theme",
    "dark-theme"
  ],
  "devDependencies": {
    "vuepress": "^1.0.0"
  }
}
