{
  "name": "use-phone-input",
  "version": "1.1.37",
  "author": "Krombik",
  "description": "Simplify phone number handling in React applications with automatic formatting, validation, and country code selection for international numbers",
  "keywords": [
    "react",
    "tel",
    "phone",
    "number",
    "input",
    "telephone",
    "international"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Krombik/use-phone-input.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Krombik/use-phone-input/issues"
  },
  "homepage": "https://github.com/Krombik/use-phone-input#readme",
  "peerDependencies": {
    "@types/react": ">=16.8.0",
    "react": ">=16.8.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "dependencies": {
    "react-helpful-utils": "^1.0.1"
  },
  "engines": {
    "node": ">=10"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./index.cjs",
  "module": "./index.js",
  "types": "./index.d.ts",
  "sideEffects": false
}