{
  "name": "geounit-maps",
  "version": "0.1.2",
  "private": true,
  "description": "This plugin adds a Gutenberg block to display gdpr compliant maps from GeoUNIT servers. No 2 click or cookie consent tools needed",
  "main": "geounit-maps.php",
  "author": "UNIT08",
  "license": "GPLv3",
  "scripts": {
    "build": "wp-scripts build",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "format:js": "wp-scripts format-js",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:md:docs": "wp-scripts lint-md-docs",
    "lint:md:js": "wp-scripts lint-md-js",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "packages-update": "wp-scripts packages-update",
    "start": "wp-scripts start",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js",
    "plugin-zip": "wp-scripts plugin-zip",
    "cypress:open": "node_modules/.bin/cypress open",
    "wp-env": "wp-env"
  },
  "devDependencies": {
    "@wordpress/babel-plugin-makepot": "^4.1.1",
    "@wordpress/env": "^8.6.0",
    "@wordpress/scripts": "^25.0.0",
    "cypress": "^12.12.0",
    "cypress-if": "^1.10.5",
    "url-loader": "^4.1.1"
  },
  "dependencies": {
    "classnames": "^2.3.2",
    "leaflet": "^1.9.4",
    "react-leaflet": "^4.2.1"
  },
  "files": [
    "lib",
    "build",
    "geounit-maps.php",
    "geounit-maps-options.php",
    "readme.txt",
    "elementor"
  ]
}
