{
  "name": "ak-react-phone-input",
  "version": "1.4.0",
  "description": "A customizable phone input component for React",
  "keywords": ["react", "phone-input", "react-component", "shadcn", "input-field", "form", "UI", "typescript"],
  "main": "dist/cjs/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc --build",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "libphonenumber-js": "^1.11.19",
    "react": ">=17.0.0",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "@types/react": "^19.0.8",
    "@types/react-dom": "^19.0.3",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "react": ">=17.0.0"
  },
  "author": "aydinkocasu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aydinkocasu/ak-react-phone-input"
  }
}

