{
  "name": "ngx-webstorage-cross-storage",
  "version": "21.0.0",
  "peerDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "ngx-webstorage": "^21.0.0",
    "cross-storage": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PillowPillow/ng2-webstorage.git"
  },
  "author": "Nicolas Gaignoux <https://github.com/PillowPillow>",
  "license": "MIT",
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/ngx-webstorage-cross-storage.mjs",
  "typings": "types/ngx-webstorage-cross-storage.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-webstorage-cross-storage.d.ts",
      "default": "./fesm2022/ngx-webstorage-cross-storage.mjs"
    }
  },
  "sideEffects": false
}