{
  "name": "sofya.transcription",
  "version": "0.3.2",
  "description": "a JavaScript library that provides a robust and flexible solution for real-time audio transcription. It is designed to transcribe audio streams and can be easily integrated into web applications.",
  "homepage": "https://transcriptiondocs.netlify.app/",
  "main": "./dist/bundle.js",
  "module": "./dist/bundle.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/bundle.js",
      "require": "./dist/bundle.js",
      "default": "./dist/bundle.js"
    }
  },
  "scripts": {
    "build": "tsc --declaration && webpack --config webpack.config.js",
    "heapsnapshot:diff": "node scripts/heapsnapshot-diff.js",
    "local-test": "npm pack",
    "test": "jest",
    "pretest:e2e": "npm run build",
    "test:e2e": "playwright test",
    "test:e2e:headed": "playwright test --headed",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:install": "playwright install chromium"
  },
  "keywords": [
    "Speech to Text",
    "Transcription",
    "audio",
    "capture",
    "stream",
    "MediaStream"
  ],
  "author": "Jhonatan Leandro",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.14.5",
    "@playwright/test": "^1.58.2",
    "@types/jest": "^27.0.1",
    "copy-webpack-plugin": "^12.0.2",
    "dotenv": "^16.4.5",
    "fake-indexeddb": "^6.2.5",
    "jest": "^27.0.6",
    "ts-jest": "27.1.5",
    "ts-loader": "^9.5.1",
    "typescript": "^5.5.4",
    "webpack": "^5.64.0",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.3.1",
    "webpack-dotenv-plugin": "^2.1.0",
    "ws": "^8.20.0"
  },
  "dependencies": {
    "@opentelemetry/api": "^1.9.1",
    "axios": "^1.7.7",
    "dexie": "^3.2.7",
    "microsoft-cognitiveservices-speech-sdk": "^1.38.0",
    "reconnecting-websocket": "4.4.0"
  }
}
