{
  "name": "react-numberinput",
  "version": "3.2.0",
  "description": "React Number input component. Allow to input formatted number values. Also you can use this component as example of inputCore component with reformat user function",
  "main": "./lib",
  "scripts": {
    "build": "tsc -p ./"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xnimorz/masked-input.git"
  },
  "keywords": [
    "react",
    "mask",
    "mask-input",
    "input",
    "number-formatter",
    "number-input",
    "number-format"
  ],
  "author": "Nik Mostovoy <nik.mostovoy@gmail.com> (http://xnim.ru)",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@types/react": "^16.9.5",
    "typescript": "^3.6.4"
  },
  "dependencies": {
    "input-core": "^2.1.0",
    "react-maskinput": "^3.2.0"
  }
}
