{
  "name": "@ng-web-apis/speech",
  "version": "5.2.0",
  "description": "A library for using Web Speech API with Angular",
  "keywords": [
    "angular",
    "ng",
    "speech-recognition",
    "speech-to-text",
    "speech",
    "speech-synthesis",
    "speech-api",
    "speechrecognition",
    "text-to-speech"
  ],
  "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/speech/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": "Alexander Inkin",
    "email": "alexander@inkin.ru"
  },
  "contributors": [
    {
      "name": "Roman Sedov",
      "email": "79601794011@ya.ru"
    },
    {
      "name": "Alexander Inkin",
      "email": "alexander@inkin.ru"
    }
  ],
  "peerDependencies": {
    "@angular/core": ">=6.0.0",
    "@ng-web-apis/common": "^5.2.0",
    "@types/dom-speech-recognition": ">=0.0.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "module": "fesm2022/ng-web-apis-speech.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-web-apis-speech.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}