{
  "name": "jb-switch",
  "description": "switch web component",
  "type": "module",
  "author": {
    "name": "mohammad javad bathaei",
    "email": "javadbat@gmail.com"
  },
  "keywords": [
    "jb",
    "jb-switch",
    "true false",
    "switch",
    "web component"
  ],
  "version": "1.7.3",
  "bugs": "https://github.com/javadbat/jb-switch/issues",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "web-component/custom-elements.json",
    "web-component/lib/",
    "web-component/dist/",
    "react/",
    "react/dist/"
  ],
  "main": "index.js",
  "module": "index.js",
  "customElements": "web-component/custom-elements.json",
  "homepage": "https://github.com/javadbat/jb-switch",
  "repository": {
    "type": "git",
    "url": "https://github.com/javadbat/jb-switch"
  },
  "types": "./web-component/dist/jb-switch.d.ts",
  "exports": {
    ".": {
      "types": "./web-component/dist/jb-switch.d.ts",
      "default": "./index.js"
    },
    "./react": {
      "types": "./react/dist/JBSwitch.d.ts",
      "default": "./react/index.js"
    },
    "./*": "./*"
  },
  "dependencies": {
    "jb-validation": "^1.0.0",
    "jb-core":"^0.30.0"
  }
}
