spremic
Version:
A simple JavaScript speech recognition library.
32 lines (31 loc) • 690 B
JSON
{
"name": "spremic",
"version": "0.0.48",
"description": "A simple JavaScript speech recognition library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"author": "ymzEmre",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ymzEmre/spremic.git"
},
"keywords": [
"speech",
"recognition",
"voice"
]
}