{
  "name": "@skyux/lookup",
  "version": "13.14.2",
  "author": "Blackbaud, Inc.",
  "keywords": [
    "blackbaud",
    "skyux"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blackbaud/skyux.git"
  },
  "bugs": {
    "url": "https://github.com/blackbaud/skyux/issues"
  },
  "homepage": "https://github.com/blackbaud/skyux#readme",
  "peerDependencies": {
    "@angular/animations": "^20.3.15",
    "@angular/cdk": "^20.2.14",
    "@angular/common": "^20.3.15",
    "@angular/core": "^20.3.15",
    "@angular/forms": "^20.3.15",
    "@angular/platform-browser": "^20.3.15",
    "@skyux-sdk/testing": "13.14.2",
    "@skyux/core": "13.14.2",
    "@skyux/forms": "13.14.2",
    "@skyux/i18n": "13.14.2",
    "@skyux/icon": "13.14.2",
    "@skyux/indicators": "13.14.2",
    "@skyux/layout": "13.14.2",
    "@skyux/lists": "13.14.2",
    "@skyux/modals": "13.14.2",
    "@skyux/theme": "13.14.2"
  },
  "dependencies": {
    "intl-tel-input": "25.3.1",
    "tslib": "^2.8.1"
  },
  "peerDependenciesMeta": {
    "@skyux-sdk/testing": {
      "optional": true
    }
  },
  "sideEffects": false,
  "module": "fesm2022/skyux-lookup.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/skyux-lookup.mjs"
    },
    "./testing": {
      "types": "./testing/index.d.ts",
      "default": "./fesm2022/skyux-lookup-testing.mjs"
    }
  }
}