{
  "name": "bs-darkmode-toggle",
  "version": "1.0.0",
  "type": "module",
  "description": "Bootstrap Darkmode Toggle is a plugin for bootstrap to add a ligthmode/darkmode switch in to your app.",
  "author": {
    "name": "Pablo Alcaraz Martínez",
    "url": "https://github.com/palcarazm/"
  },
  "homepage": "https://palcarazm.github.io/bs-darkmode-toggle/",
  "license": "MIT",
  "keywords": [
    "bootstrap",
    "bootstrap plugin",
    "bootstrap darkmode",
    "bootstrap darkmode toggle",
    "bootstrap darkmode-toggle",
    "darkmode toggle",
    "darkmode-toggle"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/palcarazm/bs-darkmode-toggle.git"
  },
  "funding": {
    "type": "GitHub Sponsors",
    "url": "https://github.com/sponsors/palcarazm"
  },
  "bugs": {
    "url": "https://github.com/palcarazm/bs-darkmode-toggle/issues"
  },
  "browser": "js/bs-darkmode-toggle.ecmas.js",
  "files": [
    "css/*",
    "js/*"
  ],
  "scripts": {
    "build": "grunt build",
    "dev": "grunt dev",
    "postversion": "grunt build && grunt readme && doctoc README.md --github",
    "prepack": "grunt build && grunt readme && doctoc README.md --github",
    "prepublishOnly": "git add -A && git commit",
    "test": "npm run test:unit && npm run test:e2e",
    "test:e2e": "cypress run --headless",
    "test:unit": "jest --coverage",
    "lint": "eslint ./src",
    "prepare": "husky"
  },
  "engines": {
    "node": ">=22 <25",
    "npm": ">=10"
  },
  "peerDependencies": {
    "bootstrap": ">=5.3.0 <6",
    "bootstrap5-toggle": ">=5 <6",
    "jquery": ">=3 <5"
  },
  "peerDependenciesMeta": {
    "bootstrap": {
      "optional": false
    },
    "bootstrap5-toggle": {
      "optional": true
    },
    "jquery": {
      "optional": true
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.1",
    "@rollup/plugin-terser": "^1.0.0",
    "@types/bootstrap": "^5.2.10",
    "@types/jest": "^30.0.0",
    "@types/jquery": "^4.0.0",
    "@typescript-eslint/eslint-plugin": "^8.58.0",
    "@typescript-eslint/parser": "^8.58.0",
    "bootstrap5-toggle": "^5.0.0",
    "commitlint": "^20.3.1",
    "cypress": "^15.8.1",
    "cypress-plugin-tab": "^2.0.0",
    "doctoc": "^2.2.0",
    "eslint": "^10.0.0",
    "globals": "^17.0.0",
    "grunt": "^1.5.3",
    "grunt-banner": "^0.6.0",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-exec": "^3.0.0",
    "husky": "^9.0.11",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jquery": "^4.0.0",
    "postcss": "^8.5.6",
    "postcss-cli": "^11.0.1",
    "rollup": "^4.54.0",
    "ts-jest": "^29.4.9",
    "typescript": "^6.0.2"
  }
}
