{
	"repository": {
		"url": "https://github.com/remotion-dev/remotion/tree/main/packages/openai-whisper"
	},
	"name": "@remotion/openai-whisper",
	"version": "4.0.440",
	"description": "Work with the output of the OpenAI Whisper API",
	"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": "MIT",
	"dependencies": {
		"@remotion/captions": "workspace:*"
	},
	"peerDependencies": {},
	"devDependencies": {
		"openai": "catalog:",
		"@remotion/eslint-config-internal": "workspace:*",
		"eslint": "catalog:",
		"@typescript/native-preview": "catalog:"
	},
	"keywords": [
		"remotion"
	],
	"publishConfig": {
		"access": "public"
	},
	"homepage": "https://www.remotion.dev/docs/openai-whisper"
}
