speech-to-element
Version:
Add real-time speech to text functionality into your website with no effort
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "speech-to-element",
"version": "1.0.4",
"description": "Add real-time speech to text functionality into your website with no effort",
"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",
"real-time",
"real"
],
"devDependencies": {
"@types/dom-speech-recognition": "^0.0.4",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"microsoft-cognitiveservices-speech-sdk": "^1.42.0",
"eslint": "^8.57.1",
"prettier": "^3.2.5",
"typescript": "^5.7.2",
"vite": "^6.2.0",
"vite-plugin-dts": "^4.5.3"
},
"files": [
"dist/**/*"
]
}