@remotion/install-whisper-cpp
Version:
Helpers for installing and using Whisper.cpp
41 lines (40 loc) • 1.01 kB
JSON
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/install-whisper-cpp"
},
"name": "@remotion/install-whisper-cpp",
"version": "4.0.434",
"description": "Helpers for installing and using Whisper.cpp",
"main": "dist/index.js",
"sideEffects": false,
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"scripts": {
"formatting": "oxfmt src --check",
"format": "oxfmt src",
"lint": "eslint src",
"test": "bun test src",
"make": "tsgo -d"
},
"author": "Jonny Burger <jonny@remotion.dev>",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@remotion/captions": "4.0.434"
},
"peerDependencies": {},
"devDependencies": {
"@remotion/eslint-config-internal": "4.0.434",
"eslint": "9.19.0",
"@typescript/native-preview": "7.0.0-dev.20260217.1"
},
"keywords": [
"remotion",
"openai",
"whisper"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://www.remotion.dev/docs/install-whisper-cpp"
}