{
  "name": "jb-input",
  "description": "input web component with built in validation",
  "type": "module",
  "author": {
		"name": "mohammad javad bathaei",
		"email": "javadbat@gmail.com"
	},
  "keywords": [
    "jb",
    "jb-input",
    "input box",
    "input with validation",
    "input",
    "web component",
    "react component"
  ],
  "version": "3.16.0",
  "homepage": "https://javadbat.github.io/design-system/?path=/story/components-form-elements-inputs-jbinput",
  "bugs": "https://github.com/javadbat/jb-input/issues",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "lib/",
    "dist/",
    "react/",
    "react/dist/"
  ],
  "main": "index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": true,
  "repository": {
		"type": "git",
		"url": "git@github.com:javadbat/jb-input.git"
  },
  "dependencies": {
    "jb-validation": ">=0.4.0",
    "jb-core":">=0.25.0"
  },
  "devDependencies": {
    "jb-form":">=0.9.0"
  }
}
