UNPKG

audio-to-text-node

Version:

Backend audio file to text transcription using Web Speech API with Puppeteer

64 lines 1.32 kB
{ "name": "audio-to-text-node", "version": "0.2.0", "description": "Backend audio file to text transcription using Web Speech API with Puppeteer", "keywords": [ "node", "nodejs", "audio-to-text", "audio", "speech", "transcription", "web-speech-api", "puppeteer", "puppeteer-core", "microsoft-edge", "chrome", "chromium", "ffmpeg", "voice", "text", "linux", "pipewire", "pulseaudio", "backend", "typescript" ], "author": "Erfan Bahramali", "license": "MIT", "homepage": "https://github.com/ErfanBahramali/audio-to-text#readme", "repository": { "type": "git", "url": "git+https://github.com/ErfanBahramali/audio-to-text.git" }, "bugs": { "url": "https://github.com/ErfanBahramali/audio-to-text/issues" }, "engines": { "node": ">=18.0.0" }, "os": [ "linux" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean": "bun run rm -rf dist", "prebuild": "bun run clean", "build": "bun tsc", "prepublishOnly": "bun run build" }, "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "chalk": "^5.6.2", "puppeteer-core": "^24.29.1" }, "devDependencies": { "typescript": "^5.9.3" } }