speech--two--text
Version:
Helps to convert speech to text.
29 lines (28 loc) • 626 B
JSON
{
"name": "speech--two--text",
"version": "1.0.1",
"description": "Helps to convert speech to text.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarangraj98/speech-to-text.git"
},
"keywords": [
"Speech",
"to",
"text",
"js",
"javascript"
],
"author": "Sarang Raj",
"license": "ISC",
"bugs": {
"url": "https://github.com/sarangraj98/speech-to-text/issues"
},
"homepage": "https://github.com/sarangraj98/speech-to-text#readme",
"dependencies": {
}
}