{
  "name": "jb-checkbox",
  "description": "checkbox web component",
  "type": "module",
  "author": {
		"name": "mohammad javad bathaei",
		"email": "javadbat@gmail.com"
	},
  "keywords": [
    "jb",
    "jb-checkbox",
    "checkbox",
    "tik",
    "check",
    "web component",
    "react component"
  ],
  "version": "1.2.0",
  "bugs": "https://github.com/javadbat/jb-input/issues",
  "homepage": "https://javadbat.github.io/design-system/?path=/story/components-form-elements-jbcheckbox",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "custom-elements.json",
    "lib/",
    "dist/",
    "react/",
    "react/dist/"
  ],
  "main": "index.js",
  "types": "./dist/jb-checkbox.d.ts",
  "customElements": "custom-elements.json",
  "sideEffects": true,
  "repository": {
		"type": "git",
		"url": "git@github.com:javadbat/jb-checkbox.git"
  },
  "dependencies": {
    "jb-validation": ">=0.4.0",
    "jb-core": ">=0.27.2"
  },
  "devDependencies": {
    "jb-form":">=0.11.0"
  }
}
