init commit

This commit is contained in:
Carlos
2026-02-21 10:33:18 +01:00
parent c863a943ed
commit 9d955bf338
9512 changed files with 2015317 additions and 1305 deletions

View File

@@ -0,0 +1,45 @@
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/media-utils"
},
"name": "@remotion/media-utils",
"version": "4.0.421",
"description": "Utilities for working with media files",
"main": "dist/index.js",
"sideEffects": false,
"scripts": {
"formatting": "prettier --experimental-cli src --check",
"lint": "eslint src",
"make": "tsc -d"
},
"author": "Jonny Burger <jonny@remotion.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"dependencies": {
"@remotion/media-parser": "4.0.421",
"@remotion/webcodecs": "4.0.421",
"remotion": "4.0.421",
"mediabunny": "1.29.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@remotion/eslint-config-internal": "4.0.421",
"eslint": "9.19.0"
},
"keywords": [
"remotion",
"ffmpeg",
"video",
"react",
"player"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://www.remotion.dev/docs/media-utils"
}