UNPKG

@remotion/install-whisper-cpp

Version:

Helpers for installing and using Whisper.cpp

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