speech-to-text
Version:
A speech to text module.
30 lines (29 loc) • 691 B
JSON
{
"name": "speech-to-text",
"version": "3.0.2",
"description": "A speech to text module.",
"type": "module",
"main": "./src/index.js",
"exports": {
".": "./src/index.js"
},
"keywords": [
"speech",
"recognition",
"text",
"browser",
"chrome",
"voice",
"transcription"
],
"author": "Andrew Golightly <support@andrewgolighly.com> (http://www.golightlyplus.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/magician11/speech-to-text.git"
},
"bugs": {
"url": "https://github.com/magician11/speech-to-text/issues"
},
"homepage": "https://github.com/magician11/speech-to-text#readme"
}