{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/bundler" }, "name": "@remotion/bundler", "version": "4.0.469", "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 ", "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": "workspace:*", "@remotion/studio": "workspace:*", "@remotion/studio-shared": "workspace:*", "@remotion/timeline-utils": "workspace:*", "@remotion/media-parser": "workspace:*", "style-loader": "4.0.0", "webpack": "5.105.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "react": "catalog:", "react-dom": "catalog:", "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "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" }