{
  "name": "react-simple-maps-fixes",
  "version": "1.2.1",
  "description": "An SVG map chart component built with and for React",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "browser": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build:types": "tsc --emitDeclarationOnly",
    "build": "npm run clean && tsc --emitDeclarationOnly && rollup -c",
    "clean:build": "npm run clean && tsc --emitDeclarationOnly && rollup -c",
    "watch": "rollup -cw",
    "prepare": "npm run build",
    "test": "mocha './tests/**/*.spec.js' --require @babel/register"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zcreativelabs/react-simple-maps.git"
  },
  "keywords": [
    "react",
    "maps",
    "charts",
    "worldmap",
    "usa",
    "d3-geo"
  ],
  "author": "Richard Zimerman <richard@zcreativelabs.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zcreativelabs/react-simple-maps/issues"
  },
  "homepage": "https://github.com/zcreativelabs/react-simple-maps#readme",
  "peerDependencies": {
    "prop-types": "^15.8.1",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "d3-color": "^3.1.0",
    "d3-geo": "^3.1.1",
    "d3-interpolate": "^3.0.1",
    "d3-selection": "^3.0.0",
    "d3-zoom": "^3.0.0",
    "topojson-client": "^3.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/plugin-transform-react-jsx": "^7.25.2",
    "@babel/preset-env": "^7.25.2",
    "@babel/preset-react": "^7.25.2",
    "@babel/preset-typescript": "^7.28.5",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^0.4.4",
    "expect": "^29.7.0",
    "mocha": "^11.0.1",
    "rollup": "^4.22.0",
    "rollup-plugin-dts": "^6.2.3",
    "typescript": "^5.6.3"
  }
}