{
  "name": "react-leaflet-marker-test",
  "version": "2.0.3",
  "description": "",
  "source": "src/index.ts",
  "type": "module",
  "exports": {
    "require": "./lib/react-leaflet-marker.cjs",
    "default": "./lib/react-leaflet-marker.modern.js"
  },
  "main": "lib/react-leaflet-marker.cjs",
  "module": "lib/react-leaflet-marker.module.js",
  "unpkg": "lib/react-leaflet-marker.umd.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "react",
    "npm",
    "leaflet",
    "react-leaflet",
    "marker"
  ],
  "dependencies": {
    "classnames": "^2"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-leaflet": "^4.2.0"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@size-limit/preset-small-lib": "^7.0.8",
    "@storybook/addon-actions": "^6.5.10",
    "@storybook/addon-essentials": "^6.5.10",
    "@storybook/addon-interactions": "^6.5.10",
    "@storybook/addon-jest": "^6.5.10",
    "@storybook/addon-links": "^6.5.10",
    "@storybook/react": "^6.5.10",
    "@storybook/testing-library": "0.0.13",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^27.4.1",
    "@types/leaflet": "^1.7.10",
    "@types/react": "^18.0.9",
    "@types/react-dom": "^18.0.4",
    "@types/react-leaflet": "^2.8.2",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "eslint": "^8.14.0",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-react-hooks": "^4.5.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "husky": "^7.0.4",
    "jest": "^28.0.3",
    "jest-css-modules": "^2.1.0",
    "jest-environment-jsdom": "^28.0.2",
    "leaflet": "^1.8.0",
    "microbundle": "^0.15.0",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-leaflet": "^4.2.0",
    "size-limit": "^7.0.8",
    "storybook-css-modules-preset": "^1.1.1",
    "ts-node": "^10.9.1"
  },
  "scripts": {
    "build": "rm -rf ./lib/*; microbundle build --tsconfig tsconfig.build.json && size-limit",
    "dev": "start-storybook -p 6006",
    "builds": "build-storybook",
    "prepare": "husky install",
    "test": "jest",
    "test:watch": "jest --json --outputFile=.jest-test-results.json --watch",
    "eslint": "eslint \"src/**\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holytrips/react-leaflet-marker.git"
  },
  "author": "Valentin Kruglikov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/holytrips/react-leaflet-marker/issues"
  },
  "homepage": "https://github.com/holytrips/react-leaflet-marker#readme",
  "size-limit": [
    {
      "path": "lib/react-leaflet-marker.cjs",
      "limit": "150 KB"
    }
  ],
  "browserslist": [
    "last 1 version",
    "> 1%",
    "IE 10"
  ]
}
