{
  "name": "@vaadin/switch",
  "version": "25.3.0-alpha3",
  "publishConfig": {
    "access": "public"
  },
  "description": "Web component that displays a binary on/off switch control",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/web-components.git",
    "directory": "packages/switch"
  },
  "author": "Vaadin Ltd",
  "homepage": "https://vaadin.com/components",
  "bugs": {
    "url": "https://github.com/vaadin/web-components/issues"
  },
  "main": "vaadin-switch.js",
  "module": "vaadin-switch.js",
  "type": "module",
  "files": [
    "src",
    "vaadin-*.d.ts",
    "vaadin-*.js",
    "custom-elements.json",
    "web-types.json",
    "web-types.lit.json"
  ],
  "keywords": [
    "Vaadin",
    "switch",
    "toggle",
    "web-components",
    "web-component"
  ],
  "dependencies": {
    "@vaadin/component-base": "25.3.0-alpha3",
    "@vaadin/vaadin-themable-mixin": "25.3.0-alpha3",
    "lit": "^3.0.0"
  },
  "devDependencies": {
    "@vaadin/aura": "25.3.0-alpha3",
    "@vaadin/chai-plugins": "25.3.0-alpha3",
    "@vaadin/test-runner-commands": "25.3.0-alpha3",
    "@vaadin/testing-helpers": "^2.0.0",
    "@vaadin/vaadin-lumo-styles": "25.3.0-alpha3",
    "sinon": "^22.0.0"
  },
  "customElements": "custom-elements.json",
  "web-types": [
    "web-types.json",
    "web-types.lit.json"
  ],
  "gitHead": "ba0c4c55ea219eadd9aefe244f53e87803a066c8"
}
