{
  "name": "@coveo/atomic-angular",
  "version": "3.11.25",
  "description": "An Angular component library for building modern UIs interfacing with the Coveo platform, wrapping the core Atomic web components",
  "license": "Apache-2.0",
  "repository": {
    "url": "https://github.com/coveo/ui-kit"
  },
  "publishConfig": {
    "directory": "dist"
  },
  "dependencies": {
    "@coveo/atomic": "3.61.2",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/common": "^18 || ^19 || ^20 || ^21 || ^22",
    "@angular/core": "^18 || ^19 || ^20 || ^21 || ^22",
    "@coveo/headless": "^3.55.4"
  },
  "engines": {
    "node": "^20.9.0 || ^22.11.0 || ^24.11.0"
  },
  "module": "fesm2022/coveo-atomic-angular.mjs",
  "typings": "types/coveo-atomic-angular.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/coveo-atomic-angular.d.ts",
      "default": "./fesm2022/coveo-atomic-angular.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}