{
  "name": "vue-perfect-dark-mode",
  "version": "1.0.0",
  "description": "Perfect dark mode.",
  "keywords": [
    "perfect",
    "color",
    "mode"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/DylanVann/perfect-dark-mode.git"
  },
  "license": "MIT",
  "author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
  "sideEffects": false,
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "run-p build:ts build:js",
    "build:js": "node build.js",
    "build:ts": "tsc"
  },
  "dependencies": {
    "perfect-dark-mode": "1.0.0"
  },
  "devDependencies": {
    "esbuild": "^0.13.3",
    "execa": "^5.1.1",
    "npm-run-all": "^4.1.5",
    "typescript": "^4.1.3",
    "vue": "^3.2.16"
  },
  "peerDependencies": {
    "vue": "*"
  }
}
