{
  "name": "@opencage/ol-opencage-geosearch",
  "version": "0.1.12",
  "description": "An OpenLayers geosearch control that uses OpenCage's geosearch API.",
  "author": {
    "name": "OpenCage GmbH",
    "url": "https://www.opencagedata.com"
  },
  "homepage": "https://github.com/OpenCageData/geosearch#readme",
  "bugs": {
    "url": "https://github.com/OpenCageData/geosearch/issues"
  },
  "keywords": [
    "opencage",
    "geosearch",
    "openlayers",
    "plugin",
    "geographic",
    "searches",
    "autocomplete",
    "autosuggest",
    "type-ahead",
    "predictions"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenCageData/geosearch.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "ol-opencage-geosearch.css"
  ],
  "source": "src/ol-opencage-geosearch.js",
  "main": "dist/ol-opencage-geosearch.cjs.js",
  "module": "dist/ol-opencage-geosearch.esm.js",
  "scripts": {
    "build": "yarn build:rollup && yarn build:copy",
    "build:copy": "mkdir -p dist && cp -f ol-opencage-geosearch.js dist/",
    "build:rollup": "rollup -c",
    "build:clean": "rm -rf dist",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "echo \"Warning: run tests from root\" && exit 0"
  },
  "dependencies": {
    "@algolia/autocomplete-js": "^1.19.2",
    "@opencage/geosearch-core": "^0.1.12",
    "ol": "^10.6.1"
  },
  "gitHead": "c5c8b12ac5ba13152aa29e052ce31ba9f63e1af9"
}
