{
  "name": "jb-number-input",
  "description": "number input web component",
  "type": "module",
  "author": {
		"name": "mohammad javad bathaei",
		"email": "javadbat@gmail.com"
	},
  "keywords": [
    "jb",
    "jb-number-input",
    "number input",
    "number",
    "عدد",
    "کامپوننت عدد",
    "ورودی اعداد فارسی",
    "web component"
  ],
  "version": "1.6.0",
  "bugs": "https://github.com/javadbat/jb-number-input/issues",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "web-component/custom-elements.json",
    "web-component/lib/",
    "web-component/dist/",
    "react/",
    "react/dist"
  ],
  "main": "index.js",
  "types": "./web-component/dist/jb-number-input.d.ts",
  "exports": {
    ".": {
      "types": "./web-component/dist/jb-number-input.d.ts",
      "default": "./index.js"
    },
    "./react": {
      "types": "./react/dist/JBNumberInput.d.ts",
      "default": "./react/index.js"
    },
    "./*": "./*"
  },
  "customElements": "web-component/custom-elements.json",
  "repository": {
		"type": "git",
		"url": "git@github.com:javadbat/jb-number-input.git"
  },
  "dependencies": {
    "jb-input": ">=3.11.3",
    "jb-validation":">=1.0.0",
    "jb-core":">=0.30.0"
  }
}
