{
  "name": "bootstrap5-toggle",
  "version": "5.3.0",
  "type": "module",
  "author": {
    "name": "Pablo Alcaraz Martínez",
    "url": "https://github.com/palcarazm/"
  },
  "description": "Bootstrap Toggle is a bootstrap 5 plugin that converts checkboxes into toggles.",
  "homepage": "https://palcarazm.github.io/bootstrap5-toggle/",
  "license": "MIT",
  "funding": {
    "type": "GitHub Sponsors",
    "url": "https://github.com/sponsors/palcarazm"
  },
  "browser": "js/bootstrap5-toggle.ecmas.min.js",
  "style": "css/bootstrap5-toggle.min.css",
  "files": [
    "css/*",
    "js/*"
  ],
  "scripts": {
    "build": "grunt build",
    "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"
  },
  "keywords": [
    "bootstrap",
    "bootstrap5",
    "bootstrap-5",
    "bootstrap 5",
    "bootstrap checkbox",
    "bootstrap switch",
    "bootstrap toggle",
    "bootstrap-checkbox",
    "bootstrap-switch",
    "bootstrap-switch-button",
    "bootstrap-toggle"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/palcarazm/bootstrap5-toggle.git"
  },
  "bugs": {
    "url": "https://github.com/palcarazm/bootstrap5-toggle/issues"
  },
  "engines": {
    "node": ">=22 <25",
    "npm": ">=10"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/bootstrap": "^5.2.10",
    "@types/jest": "^30.0.0",
    "@types/jquery": "^3.5.33",
    "@typescript-eslint/eslint-plugin": "^8.20.0",
    "@typescript-eslint/parser": "^8.20.0",
    "commitlint": "^20.3.1",
    "eslint": "^10.0.0",
    "cypress": "^15.8.1",
    "cypress-plugin-tab": "^1.0.5",
    "doctoc": "^2.2.0",
    "dompurify": "^3.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-exec": "^3.0.0",
    "husky": "^9.0.11",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "postcss": "^8.5.6",
    "postcss-cli": "^11.0.1",
    "rollup": "^4.54.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "bootstrap": ">=5 <6"
  },
  "peerDependenciesMeta": {
    "bootstrap": {
      "optional": false
    }
  },
  "optionalDependencies": {
    "jquery": "^4.0.0"
  }
}
