speech-to-text
Version:
A speech to text module.
31 lines (30 loc) • 794 B
JSON
{
"name": "speech-to-text",
"version": "2.9.1",
"description": "A speech to text module.",
"main": "./lib/index.js",
"scripts": {
"build": "babel --delete-dir-on-start src -d lib",
"prepublishOnly": "npm run build"
},
"keywords": [
"speech",
"recognition",
"text"
],
"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",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6"
}
}