{
  "name": "nitor-tts",
  "version": "1.0.0",
  "description": "Browser TTS (using Web speech API) made easy",
  "peerDependencies": {
    "@angular/common": "^11.1.2",
    "@angular/core": "^11.1.2"
  },
  "author": "Nitor-teja/teja.patil@nitorinfotech.com",
  "keywords": [
    "speechSynthesis",
    "SpeechSynthesisUtterance",
    "text to speech",
    "speak"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tejapatil20/NitorTTS.git"
  },
  "bugs": {
    "url": "https://github.com/tejapatil20/NitorTTS/issues"
  },
  "homepage": "https://github.com/tejapatil20/NitorTTS#readme",
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "main": "bundles/nitor-tts.umd.js",
  "module": "fesm2015/nitor-tts.js",
  "es2015": "fesm2015/nitor-tts.js",
  "esm2015": "esm2015/nitor-tts.js",
  "fesm2015": "fesm2015/nitor-tts.js",
  "typings": "nitor-tts.d.ts",
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
  }
}