{
  "name": "mmir-plugin-speech-nuance-lang",
  "version": "1.1.1",
  "description": "tools for querying supported languages (ASR and TTS) and voices (TTS) by Nuance / Cerence SpeechKit",
  "main": "./index.js",
  "types": "index.d.ts",
  "typesVersions": {
    "<3.8": {
      "www/*": [
        "www/ts3.6/*"
      ]
    }
  },
  "directories": {
    "lib": "./www"
  },
  "scripts": {
    "build": "npm run install:res && npm run build:ts && npm run downlevel:dts && npm run build:dist && npm run build:metadata",
    "install:res": "node res/install.js",
    "build:ts": "tsc",
    "downlevel:dts": "dtsdownlevel --force www",
    "build:dist": "webpack",
    "build:metadata": "createplugincompat ./ && pluginexport ./",
    "update:version": "updateversion --enable-package-lock ./"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mmig/mmir-plugin-speech-nuance-lang.git"
  },
  "keywords": [
    "speech",
    "asr",
    "tts",
    "language",
    "cordova",
    "mmir",
    "plugin",
    "mmir plugin",
    "nuance",
    "cerence",
    "speechkit"
  ],
  "author": "russa",
  "license": "MIT",
  "devDependencies": {
    "mmir-lib": "^6.2.0",
    "mmir-plugin-exports": "^2.4.0",
    "mmir-plugin-lang-support": "^1.5.0",
    "ts-loader": "^8.0.14",
    "typescript": "^4.1.3",
    "webpack": "^5.20.2",
    "webpack-cli": "^4.5.0"
  }
}