whisper-nodejs
Version:
A package for using OpenAI's Whisper API to transcribe and translate audio.
32 lines • 863 B
JSON
{
"name": "whisper-nodejs",
"version": "1.0.0",
"description": "A package for using OpenAI's Whisper API to transcribe and translate audio.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qqxufo/whisper-nodejs.git"
},
"keywords": [
"OpenAI",
"Whisper",
"Speech to text",
"Transcription",
"Translation",
"API",
"Audio"
],
"author": "qqxufo",
"license": "ISC",
"bugs": {
"url": "https://github.com/qqxufo/whisper-nodejs/issues"
},
"homepage": "https://github.com/qqxufo/whisper-nodejs#readme",
"dependencies": {
"axios": "^1.3.4",
"form-data": "^4.0.0"
}
}