{
  "name": "@ng-web-apis/common",
  "version": "5.1.0",
  "description": "A set of common utils for consuming Web APIs with Angular",
  "keywords": [
    "angular",
    "ng",
    "window",
    "api",
    "web api",
    "navigator",
    "user agent"
  ],
  "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/common/README.md",
  "bugs": "https://github.com/taiga-family/ng-web-apis/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/taiga-family/ng-web-apis"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Alex Inkin",
    "email": "alexander@inkin.ru"
  },
  "contributors": [
    {
      "name": "Roman Sedov",
      "email": "79601794011@ya.ru"
    },
    {
      "name": "Dmitryi Khirnyi"
    },
    {
      "name": "Andrew Grekov",
      "email": "hr@thekiba.io"
    },
    {
      "name": "Debmallya Bhattacharya",
      "email": "debmallya.bhattacharya@blueface.com"
    }
  ],
  "peerDependencies": {
    "@angular/common": ">=19.0.0",
    "@angular/core": ">=19.0.0",
    "@types/dom-speech-recognition": "^0.0.7",
    "rxjs": ">=7.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "module": "fesm2022/ng-web-apis-common.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-web-apis-common.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}