UNPKG

node-speech-recognition

Version:
40 lines (39 loc) 984 B
{ "name": "node-speech-recognition", "version": "1.0.7", "description": "Speech Recognition for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && tsc" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/eric-t-a/node-speech-recognition.git" }, "keywords": [ "Node", "Speech", "Recognition", "Whisper", "AI" ], "author": "Eric Thomas", "license": "ISC", "bugs": { "url": "https://github.com/eric-t-a/node-speech-recognition/issues" }, "homepage": "https://github.com/eric-t-a/node-speech-recognition#readme", "dependencies": { "@huggingface/transformers": "^3.5.1", "readline-sync": "^1.4.10", "shelljs": "^0.10.0", "wavefile": "^11.0.0" }, "devDependencies": { "@types/node": "^22.15.22", "@types/readline-sync": "^1.4.8", "@types/shelljs": "^0.8.16" } }