{
  "name": "react-simple-phone-input",
  "version": "5.2.2",
  "description": "A simple react phone input component with calling code dropdown🤷",
  "homepage": "https://react-phone-input.siamahnaf.com",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c"
  },
  "author": {
    "name": "Siam Ahnaf",
    "email": "mail@siamahnaf.com",
    "url": "https://www.siamahnaf.com"
  },
  "license": "MIT",
  "keywords": [
    "react-simple-phone-input",
    "react",
    "phone",
    "format",
    "react-number-input",
    "i18",
    "dial code",
    "calling code",
    "dropdown",
    "telephone",
    "mobile",
    "react-dom",
    "international",
    "phone-dropdown",
    "dial code dropdown"
  ],
  "repository": {
    "type": "git",
    "directory": "https://github.com/siamahnaf/react-simple-phone-input",
    "url": "https://github.com/siamahnaf/react-simple-phone-input"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0 || ^19.0.0-rc",
    "react-dom": "^18.2.0 || ^19.0.0 || ^19.0.0-rc"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^23.0.4",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.1.0",
    "@rollup/plugin-typescript": "^10.0.1",
    "@types/react": "^18.0.26",
    "@types/rollup-plugin-peer-deps-external": "^2.2.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^3.7.5",
    "rollup-plugin-dts": "^5.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "tslib": "^2.5.0",
    "typescript": "^4.9.4"
  }
}