{
  "name": "iran-regions",
  "version": "2.0.2",
  "description": "A highly customizable React component for selecting Iranian provinces and cities with multiple themes, performance optimizations, and extensive configuration options.",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "dev": "vite --port 3006",
    "build": "tsc && vite build --emptyOutDir --outDir dist",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "keywords": [
    "react",
    "iran",
    "province",
    "city",
    "selector",
    "persian",
    "farsi",
    "react-component",
    "typescript",
    "theme",
    "customizable",
    "accessible",
    "performance"
  ],
  "author": "Mahdi Alavitabar",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/mahdialavitabar/iran-regions"
  },
  "bugs": {
    "url": "https://github.com/mahdialavitabar/iran-regions/issues"
  },
  "homepage": "https://github.com/mahdialavitabar/iran-regions#readme",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.js"
    },
    "./styles": "./dist/style.css"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {},
  "devDependencies": {
    "@chromatic-com/storybook": "^3.2.4",
    "@storybook/addon-essentials": "^8.5.0",
    "@storybook/addon-interactions": "^8.5.0",
    "@storybook/addon-onboarding": "^8.5.0",
    "@storybook/blocks": "^8.5.0",
    "@storybook/react": "^8.5.0",
    "@storybook/react-vite": "^8.5.0",
    "@storybook/test": "^8.5.0",
    "@types/node": "^22.10.7",
    "@types/react": "^18.2.15",
    "@types/react-dom": "^18.2.7",
    "@vitejs/plugin-react": "^4.2.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "storybook": "^8.5.0",
    "typescript": "^5.3.3",
    "vite": "^5.0.10"
  }
}
