{
  "name": "speechify",
  "version": "0.1.0",
  "description": "Easily add speech to text functionality into your website",
  "main": "dist/index.js",
  "scripts": {
    "start": "vite",
    "build:watch": "vite build --watch",
    "build:module": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OvidijusParsiunas/speech-to-element.git"
  },
  "author": "OvidijusParsiunas",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/OvidijusParsiunas/speech-to-element/issues"
  },
  "homepage": "https://speechtoelement.com/",
  "keywords": [
    "speech",
    "to",
    "text",
    "recognition",
    "webspeech",
    "azure",
    "cognitive",
    "stt",
    "input",
    "element"
  ],
  "devDependencies": {
    "@types/dom-speech-recognition": "^0.0.1",
    "@types/node": "^20.4.4",
    "@typescript-eslint/eslint-plugin": "^5.25.0",
    "@typescript-eslint/parser": "^5.25.0",
    "eslint": "^8.15.0",
    "prettier": "^2.8.4",
    "typescript": "^5.1.3",
    "vite": "^4.1.4",
    "vite-plugin-dts": "^2.0.2",
    "microsoft-cognitiveservices-speech-sdk": "^1.30.1"
  },
  "files": [
    "dist/**/*"
  ]
}
