{
  "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.0.1",
  "bugs": "https://github.com/javadbat/jb-input/issues",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "lib/",
    "dist/",
    "react/",
    "react/dist/"
  ],
  "main": "index.js",
  "types": "./dist/jb-checkbox.d.ts",
  "sideEffects": true,
  "repository": {
		"type": "git",
		"url": "git@github.com:javadbat/jb-checkbox.git"
  },
  "dependencies": {
    "jb-validation": ">=0.4.0",
    "jb-core": ">=0.18.0"
  },
  "devDependencies": {
    "jb-form":">=0.7.1"
  }
}