{
  "name": "nuxtjs-darkmode-js-module",
  "version": "1.0.3",
  "description": "🌓 Add darkmode / nightmode to your Nuxt.js project in a few seconds",
  "repository": "sandoche/nuxt-darkmode-js-module",
  "license": "MIT",
  "contributors": [
    {
      "name": "Sandoche Adittane"
    }
  ],
  "keywords": [
    "darkmode",
    "dark",
    "nightmode",
    "night",
    "dark-mode",
    "night-mode",
    "darktheme",
    "dark-theme",
    "vanilla",
    "vanillajs",
    "widget",
    "nuxt-module",
    "nuxtjs-module"
  ],
  "files": [
    "lib"
  ],
  "main": "lib/module.js",
  "scripts": {
    "dev": "nuxt example",
    "lint": "eslint --ext .js,.vue . --fix",
    "release": "npm run test && standard-version && git push --follow-tags && npm publish",
    "test": "npm run lint"
  },
  "dependencies": {
    "darkmode-js": "^1.5.7"
  },
  "devDependencies": {
    "@babel/core": "latest",
    "@babel/preset-env": "latest",
    "@commitlint/cli": "latest",
    "@commitlint/config-conventional": "latest",
    "@nuxtjs/eslint-config": "latest",
    "@nuxtjs/module-test-utils": "latest",
    "babel-eslint": "latest",
    "babel-jest": "latest",
    "eslint": "latest",
    "husky": "latest",
    "jest": "latest",
    "nuxt-edge": "latest",
    "standard-version": "latest"
  },
  "publishConfig": {
    "access": "public"
  }
}
