{
  "name": "ngx-webstorage",
  "version": "21.0.1",
  "peerDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PillowPillow/ng2-webstorage.git"
  },
  "keywords": [
    "typescript",
    "angular",
    "angular13",
    "ng",
    "localstorage",
    "sessionStorage"
  ],
  "author": "Nicolas Gaignoux <https://github.com/PillowPillow>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PillowPillow/ng2-webstorage/issues"
  },
  "homepage": "https://github.com/PillowPillow/ng2-webstorage#readme",
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/ngx-webstorage.mjs",
  "typings": "types/ngx-webstorage.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-webstorage.d.ts",
      "default": "./fesm2022/ngx-webstorage.mjs"
    }
  },
  "sideEffects": false
}