{
  "name": "@o3r/store-sync",
  "version": "14.4.2",
  "publishConfig": {
    "access": "public"
  },
  "description": "This module is exposing an NgRx store synchronization solution (synchronous and asynchronous) via the class StorageSync.",
  "keywords": [
    "store",
    "redux",
    "synchronization",
    "otter",
    "otter-module"
  ],
  "peerDependencies": {
    "@ama-sdk/core": "~14.4.2",
    "@angular-devkit/core": "^21.0.0",
    "@angular-devkit/schematics": "^21.0.0",
    "@ngrx/entity": "^21.0.0",
    "@ngrx/store": "^21.0.0",
    "@o3r/core": "~14.4.2",
    "@o3r/logger": "~14.4.2",
    "@o3r/schematics": "~14.4.2",
    "@schematics/angular": "^21.0.0",
    "fast-deep-equal": "^3.1.3",
    "rxjs": "^7.8.1",
    "type-fest": "^5.3.1"
  },
  "peerDependenciesMeta": {
    "@angular-devkit/core": {
      "optional": true
    },
    "@angular-devkit/schematics": {
      "optional": true
    },
    "@o3r/schematics": {
      "optional": true
    },
    "@schematics/angular": {
      "optional": true
    },
    "type-fest": {
      "optional": true
    }
  },
  "dependencies": {
    "@o3r/schematics": "~14.4.2",
    "tslib": "^2.6.2"
  },
  "schematics": "./collection.json",
  "engines": {
    "node": "^22.17.0 || ^24.0.0"
  },
  "module": "fesm2022/o3r-store-sync.mjs",
  "typings": "types/o3r-store-sync.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/o3r-store-sync.d.ts",
      "default": "./fesm2022/o3r-store-sync.mjs"
    }
  },
  "sideEffects": false,
  "type": "module",
  "contributors": [
    {
      "name": "Yannick Adam",
      "url": "https://github.com/yannickadam",
      "email": "yannickadam@users.noreply.github.com"
    },
    {
      "name": "Kilian Panot",
      "url": "https://github.com/kpanot",
      "email": "kpanot@users.noreply.github.com"
    },
    {
      "name": "Jeremy Bourgeois",
      "url": "https://github.com/jbourgeois-1A",
      "email": "jbourgeois-1A@users.noreply.github.com"
    },
    {
      "name": "Pierre Henri Ginoux",
      "url": "https://github.com/pginoux-1A",
      "email": "pginoux-1A@users.noreply.github.com"
    },
    {
      "name": "Mircea Vasile Rednic",
      "url": "https://github.com/mrednic-1A",
      "email": "mrednic-1A@users.noreply.github.com"
    },
    {
      "name": "Stephane Dalle",
      "url": "https://github.com/sdalle-1A",
      "email": "sdalle-1A@users.noreply.github.com"
    },
    {
      "name": "Nicolas Hoffmann",
      "url": "https://github.com/nhoffmann-1A",
      "email": "nhoffmann-1A@users.noreply.github.com"
    },
    {
      "name": "Victor Scaiceanu",
      "url": "https://github.com/vscaiceanu-1a",
      "email": "vscaiceanu-1A@users.noreply.github.com"
    },
    {
      "name": "Florian Paul",
      "url": "https://github.com/fpaul-1A",
      "email": "fpaul-1A@users.noreply.github.com"
    },
    {
      "name": "Corinne Paulve",
      "url": "https://github.com/cpaulve-1A",
      "email": "cpaulve-1A@users.noreply.github.com"
    },
    {
      "name": "Matthieu Crouzet",
      "url": "https://github.com/matthieu-crouzet",
      "email": "matthieu-crouzet@users.noreply.github.com"
    },
    {
      "name": "Salome Do",
      "url": "https://github.com/sdo-1A",
      "email": "sdo-1A@users.noreply.github.com"
    }
  ],
  "bugs": "https://github.com/AmadeusITGroup/otter/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AmadeusITGroup/otter.git"
  },
  "license": "BSD-3-Clause",
  "homepage": "https://amadeusitgroup.github.io/otter/"
}