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