@transcribe/transcriber
Version:
Transcribe speech to text in the browser.
48 lines (47 loc) • 955 B
JSON
{
"name": "@transcribe/transcriber",
"version": "3.0.1",
"description": "Transcribe speech to text in the browser.",
"type": "module",
"main": "./src/index.js",
"types": "./index.d.ts",
"peerDependencies": {
"@transcribe/shout": "~1.0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/transcribejs/transcribe.js"
},
"keywords": [
"transcribejs",
"transcribe.js",
"shout",
"speech",
"transcribe",
"transcript",
"speech to text",
"wasm",
"AI LOL",
"🤫"
],
"author": "thurti",
"license": "MIT",
"homepage": "https://transcribejs.dev",
"funding": [
{
"type": "Github",
"url": "https://github.com/sponsors/thurti"
},
{
"type": "Ko-fi",
"url": "https://ko-fi.com/thurti"
},
{
"type": "Buy Me A Coffee",
"url": "https://buymeacoffee.com/thurti"
}
],
"publishConfig": {
"access": "public"
}
}