{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/install-whisper-cpp" }, "name": "@remotion/install-whisper-cpp", "version": "4.0.469", "description": "Helpers for installing and using Whisper.cpp", "main": "dist/index.js", "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 ", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@remotion/captions": "workspace:*" }, "peerDependencies": {}, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "keywords": [ "remotion", "openai", "whisper" ], "publishConfig": { "access": "public" }, "homepage": "https://www.remotion.dev/docs/install-whisper-cpp" }