{
  "name": "@hyssostech/azurespeech-plugin",
  "version": "0.3.5",
  "description": "Microsoft Cognitive Services Speech plugin for Sketch-thru-Plan",
  "files": [
    "CHANGELOG.md",
    "dist",
    "src",
    "docs",
    "tsconfig.json"
  ],
  "main": "dist/stpazurespeech-bundle-min.js",
  "types": "dist/stpazurespeech-bundle.d.ts",
  "module": "dist/stpazurespeech-bundle.esm.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "overrides": {
    "rimraf": "^6.1.2",
    "cpx2": {
      "glob": "^13.0.2"
    }
  },
  "scripts": {
    "clean": "rimraf dist build",
    "clean:docs": "rimraf docs",
    "build": "npm run clean && tsc --project tsconfig.json && npm run bundle",
    "bundle": "npm run bundle:umd && npm run bundle:esm && npm run bundle:dts && npm run bundle:min",
    "bundle:umd": "rollup build/stpazurespeech.js --file dist/stpazurespeech-bundle.js --format umd --name StpAS --external microsoft-cognitiveservices-speech-sdk --globals microsoft-cognitiveservices-speech-sdk:SpeechSDK",
    "bundle:esm": "rollup build/stpazurespeech.js --file dist/stpazurespeech-bundle.esm.js --format esm  --globals microsoft-cognitiveservices-speech-sdk:SpeechSDK",
    "bundle:dts": "rollup build/stpazurespeech.d.ts --file dist/stpazurespeech-bundle.d.ts --format es --plugin rollup-plugin-dts",
    "bundle:min": "terser --ecma 6 --compress --mangle --module -o dist/stpazurespeech-bundle-min.js -- dist/stpazurespeech-bundle.js",
    "copy:dts": "npx cpx2 \"./src/*.d.ts\" \"./build/\"",
    "fix:format": "prettier --config ../../.prettierrc src --write",
    "build:docs": "npm run clean:docs && typedoc --tsconfig tsconfig.json",
    "build:dev": "npm run clean && tsc --project tsconfig.json && npm run bundle:dev",
    "bundle:dev": "npm run bundle:umd:dev && npm run bundle:dts",
    "bundle:umd:dev": "rollup build/stpazurespeech.js --file dist/stpazurespeech-bundle-min.js --format umd --name StpAS --external microsoft-cognitiveservices-speech-sdk --globals microsoft-cognitiveservices-speech-sdk:SpeechSDK",
    "prepublishOnly": "npm run build",
    "publish:dry": "npm run build && npm pack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyssostech/sketch-thru-plan-sdk-js.git",
    "directory": "plugins/speech/azurespeech-plugin"
  },
  "author": "Hyssos Tech",
  "license": "MIT",
  "peerDependencies": {
    "sketch-thru-plan-sdk": "^0.6.15"
  },
  "devDependencies": {
    "cpx2": "^9.0.3",
    "sketch-thru-plan-sdk": "file:../../.."
  },
  "dependencies": {
    "agent-base": "^9.0.0",
    "asn1.js-rfc2560": "^5.0.1",
    "asn1.js-rfc5280": "^3.0.0",
    "async-disk-cache": "^2.1.0",
    "bufferutil": "^4.1.0",
    "https-proxy-agent": "^9.1.0",
    "microsoft-cognitiveservices-speech-sdk": "^1.48.0",
    "simple-lru-cache": "^0.0.2",
    "url-parse": "^1.5.10",
    "utf-8-validate": "^6.0.6",
    "uuid": "^14.0.2",
    "ws": "^8.19.0",
    "xmlhttprequest-ts": "^1.0.1"
  }
}
