{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/whisper-web" }, "name": "@remotion/whisper-web", "version": "4.0.469", "main": "dist/index.js", "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "lint": "eslint src", "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts" }, "author": "Hunain Ahmed ", "license": "UNLICENSED", "dependencies": { "@remotion/captions": "workspace:*" }, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "publishConfig": { "access": "public" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs" }, "./main": { "require": "./main.js", "module": "./main.js", "import": "./main.js" } }, "keywords": [ "remotion", "openai", "whisper", "wasm" ], "homepage": "https://www.remotion.dev/docs/whisper-web", "description": "Helpers for using Whisper.cpp in browser using WASM" }