{
  "name": "@mirawision/usa-map-react",
  "version": "2.0.2",
  "description": "A highly customizable and interactive USA map component for React, allowing easy integration, state-based customization, and interactivity for data visualization and user interaction.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "default": "./dist/esm/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "webpack --config webpack.config.js && npm run build:types",
    "build:types": "tsc --emitDeclarationOnly --outDir dist/types",
    "start": "npm run build && node dist/cjs/index.js",
    "pack": "npm run build && npm pack",
    "prepublish": "npm run build",
    "publish": "npm publish --access public",
    "dev": "cd docs && npm start",
    "setup": "./setup-dev.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MiraWision/usa-map-react.git"
  },
  "keywords": [
    "react",
    "typescript",
    "usa",
    "map",
    "component",
    "data visualization",
    "user interaction",
    "SVG",
    "react component",
    "USA map",
    "geography",
    "maps",
    "labels",
    "tooltips",
    "interactive",
    "state management"
  ],
  "author": "Yelysei Lukin <yelysei277@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MiraWision/usa-map-react/issues"
  },
  "homepage": "https://mirawision.github.io/usa-map-react",
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "18.3.3",
    "css-loader": "7.1.2",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "style-loader": "4.0.0",
    "ts-loader": "9.5.1",
    "typescript": "5.3.3",
    "webpack": "5.92.1",
    "webpack-cli": "5.1.4"
  }
}
