{
  "name": "@myrmidon/cadmus-refs-geonames-lookup",
  "version": "9.0.0",
  "description": "Cadmus - GeoNames lookup.",
  "keywords": [
    "Cadmus",
    "bricks",
    "GeoNames"
  ],
  "homepage": "https://github.com/vedph/cadmus-bricks-shell-v3",
  "repository": {
    "type": "git",
    "url": "https://github.com/vedph/cadmus-bricks-shell-v3"
  },
  "author": {
    "name": "Daniele Fusi"
  },
  "peerDependencies": {
    "@angular/common": "^20.0.0",
    "@angular/core": "^20.0.0",
    "@myrmidon/cadmus-refs-lookup": "^9.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/myrmidon-cadmus-refs-geonames-lookup.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/myrmidon-cadmus-refs-geonames-lookup.mjs"
    }
  }
}