{
  "name": "react-leaflet-custom-control",
  "version": "1.5.0",
  "description": "Creates a control wrapper around a React element",
  "main": "lib/Control.js",
  "author": "chris-m92",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chris-m92/react-leaflet-custom-control.git"
  },
  "keywords": [
    "react",
    "leaflet",
    "react-leaflet",
    "react-leaflet-v3",
    "react-leaflet-control",
    "react-leaflet-custom-control"
  ],
  "peerDependencies": {
    "leaflet": "^1.9.0",
    "react": "^17.0.2 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.1.1",
    "@testing-library/user-event": "^14.1.1",
    "@types/jest": "^27.4.1",
    "@types/leaflet": "^1.7.9",
    "@types/node": "^17.0.25",
    "@types/react": "^18.0.6",
    "@types/react-dom": "^18.0.2",
    "react-scripts": "^5.0.1",
    "typescript": "^5.0.4"
  },
  "bugs": {
    "url": "https://github.com/chris-m92/react-leaflet-custom-control/issues"
  },
  "homepage": "https://github.com/chris-m92/react-leaflet-custom-control#readme",
  "type": "module",
  "dependencies": {
    "react-leaflet": "^5.0.0"
  }
}
