{
  "name": "@vnedyalk0v/react19-simple-maps",
  "version": "2.0.7",
  "description": "An svg map chart component built exclusively for React 19+ - Modern TypeScript-first library with cutting-edge React patterns",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "browser": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./utils": {
      "types": "./dist/utils.d.ts",
      "import": "./dist/utils.js"
    }
  },
  "sideEffects": false,
  "files": [
    "dist/*.js",
    "dist/*.js.map",
    "dist/*.d.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json && NODE_ENV=production rollup -c",
    "build:types": "tsc --project tsconfig.build.json",
    "watch": "rollup -cw",
    "prepare": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest run --coverage",
    "type-check": "tsc --noEmit",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
    "format": "prettier --write .",
    "check-format": "prettier --check .",
    "ci": "npm run build && npm run type-check && npm run lint && npm run check-format && npm run test && npm run verify-builds",
    "dev": "rollup -cw",
    "clean": "rm -rf dist",
    "analyze": "npm run build && NODE_ENV=production node scripts/enhanced-bundle-monitor.js",
    "analyze:compare": "npm run build && NODE_ENV=production node scripts/analyze-bundle.js --compare",
    "analyze:dashboard": "npm run build && NODE_ENV=production node scripts/bundle-dashboard.js --detailed",
    "optimize": "node scripts/bundle-optimizer.js",
    "size": "npm run build && ls -lh dist/*.js dist/*.d.ts",
    "generate-sri": "node scripts/generate-sri-hashes.js",
    "security:sri": "npm run generate-sri",
    "verify-builds": "node scripts/verify-builds.js",
    "local-release": "changeset version && changeset publish",
    "release": "changeset publish",
    "prepublishOnly": "npm run ci"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vnedyalk0v/react19-simple-maps.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "react",
    "maps",
    "charts",
    "worldmap",
    "usa",
    "d3-geo",
    "typescript",
    "react-19",
    "svg-maps",
    "geojson",
    "topojson"
  ],
  "author": "Richard Zimerman <richard@zcreativelabs.com> (https://github.com/zimrick)",
  "contributors": [
    "Georgi Nedyalkov <vnedyalk0v@proton.me> (https://github.com/vnedyalk0v)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vnedyalk0v/react19-simple-maps/issues"
  },
  "homepage": "https://github.com/vnedyalk0v/react19-simple-maps#readme",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/vnedyalk0v"
  },
  "devDependencies": {
    "@babel/core": "^7.28.3",
    "@babel/preset-env": "^7.28.3",
    "@changesets/cli": "^2.29.6",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.1.4",
    "@testing-library/react": "^16.3.0",
    "@types/d3-color": "^3.1.3",
    "@types/d3-geo": "^3.1.0",
    "@types/d3-interpolate": "^3.0.4",
    "@types/d3-selection": "^3.0.11",
    "@types/d3-zoom": "^3.0.8",
    "@types/node": "^25.5.2",
    "@types/react": "^19.1.12",
    "@types/react-dom": "^19.1.9",
    "@types/topojson-client": "^3.1.5",
    "@typescript-eslint/eslint-plugin": "^8.58.1",
    "@typescript-eslint/parser": "^8.58.1",
    "@vitest/coverage-v8": "^4.1.4",
    "@vitest/ui": "^4.1.4",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "glob": "^13.0.0",
    "jsdom": "^29.0.2",
    "prettier": "^3.6.2",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "rollup": "^4.50.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-dts": "^6.2.3",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.4"
  },
  "peerDependencies": {
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "dependencies": {
    "d3-color": "^3.1.0",
    "d3-geo": "^3.1.0",
    "d3-interpolate": "^3.0.1",
    "d3-selection": "^3.0.0",
    "d3-zoom": "^3.0.0",
    "topojson-client": "^3.1.0"
  }
}
