{
  "name": "@jeanharo98/typed-storage-angular",
  "version": "0.5.8",
  "description": "Angular wrapper for @jeanharo98/typed-storage with native Signals support",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/JeanHaro/typed-storage-angular.git"
  },
  "homepage": "https://github.com/JeanHaro/typed-storage-angular#readme",
  "bugs": {
    "url": "https://github.com/JeanHaro/typed-storage-angular/issues"
  },
  "keywords": [],
  "author": "Jean Haro",
  "license": "MIT",
  "devEngines": {
    "packageManager": {
      "name": "pnpm",
      "version": "11.1.1",
      "onFail": "download"
    }
  },
  "peerDependencies": {
    "@angular/core": ">=21.0.0",
    "@angular/router": ">=21.0.0",
    "@jeanharo98/typed-storage": "^1.4.0"
  },
  "dependencies": {
    "@jeanharo98/typed-storage": "^1.4.0"
  },
  "devDependencies": {
    "@angular/common": "^22.0.1",
    "@angular/core": "^22.0.1",
    "@angular/router": "^22.0.7",
    "rxjs": "^7.8.2",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsc"
  }
}