{
  "name": "jb-file-input",
  "description": "file input web component",
  "type": "module",
  "author": {
		"name": "mohammad javad bathaei",
		"email": "javadbat@gmail.com"
	},
  "keywords": [
    "jb",
    "jb-file-input",
    "file input",
    "web component"
  ],
  "version": "3.1.0",
  "bugs": "https://github.com/javadbat/jb-file-input/issues",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "web-component/custom-elements.json",
    "web-component/lib/",
    "web-component/dist/",
    "react/",
    "react/dist/"
  ],
  "types": "./web-component/dist/jb-file-input.d.ts",
  "exports": {
    ".": {
      "types": "./web-component/dist/jb-file-input.d.ts",
      "default": "./index.js"
    },
    "./react": {
      "types": "./react/dist/JBFileInput.d.ts",
      "default": "./react/index.js"
    },
    "./*": "./*"
  },
  "main": "index.js",
  "customElements": "web-component/custom-elements.json",
  "repository": {
		"type": "git",
		"url": "git@github.com:javadbat/jb-file-input.git"
  },
  "dependencies":{
    "jb-validation":">=0.4.0",
    "jb-button":">=3.9.1",
    "jb-loading":">=1.7.0",
    "jb-core":">=0.25.0"
  },
  "devDependencies": {
    "jb-form":">=0.7.1"
  }
}
