{
  "name": "@hyssostech/azurespeech-plugin",
  "version": "0.3.3",
  "description": "Microsoft Cognitive Services Speech plugin for Sketch-thru-Plan",
  "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/azurespeech-plugin/src/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/azurespeech-plugin/src/stpazurespeech.js --file dist/stpazurespeech-bundle.esm.js --format esm  --globals microsoft-cognitiveservices-speech-sdk:SpeechSDK",
    "bundle:dts": "rollup build/azurespeech-plugin/src/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/azurespeech-plugin/src/\"",
    "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/azurespeech-plugin/src/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": "https://github.com/hyssostech/sketch-thru-plan-sdk-js/plugins/speech/azurespeech-plugin"
  },
  "author": "Hyssos Tech",
  "license": "MIT",
  "devDependencies": {
    "cpx2": "^8.0.0",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.2",
    "rollup": "^4.57.1",
    "rollup-plugin-dts": "^6.3.0",
    "terser": "^5.46.0",
    "typedoc": "^0.28.16",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "agent-base": "^7.1.4",
    "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": "^7.0.6",
    "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": "^13.0.0",
    "ws": "^8.19.0",
    "xmlhttprequest-ts": "^1.0.1"
  }
}
