{
	"repository": {
		"url": "https://github.com/remotion-dev/remotion/tree/main/packages/bundler"
	},
	"name": "@remotion/bundler",
	"version": "4.0.474",
	"description": "Bundle Remotion compositions using Webpack",
	"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 <jonny@remotion.dev>",
	"license": "SEE LICENSE IN LICENSE.md",
	"dependencies": {
		"@rspack/core": "1.7.6",
		"@rspack/plugin-react-refresh": "1.6.1",
		"css-loader": "7.1.4",
		"esbuild": "0.28.0",
		"react-refresh": "0.18.0",
		"remotion": "4.0.474",
		"@remotion/studio": "4.0.474",
		"@remotion/studio-shared": "4.0.474",
		"@remotion/timeline-utils": "4.0.474",
		"@remotion/media-parser": "4.0.474",
		"style-loader": "4.0.0",
		"webpack": "5.105.0"
	},
	"peerDependencies": {
		"react": ">=16.8.0",
		"react-dom": ">=16.8.0"
	},
	"devDependencies": {
		"react": "19.2.3",
		"react-dom": "19.2.3",
		"@remotion/eslint-config-internal": "4.0.474",
		"eslint": "9.19.0",
		"@typescript/native-preview": "7.0.0-dev.20260217.1"
	},
	"keywords": [
		"remotion",
		"ffmpeg",
		"video",
		"react",
		"webpack",
		"player"
	],
	"exports": {
		".": "./dist/index.js",
		"./package.json": "./package.json"
	},
	"publishConfig": {
		"access": "public"
	},
	"homepage": "https://www.remotion.dev/docs/bundler"
}
