46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"repository": {
|
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/media-utils"
|
|
},
|
|
"name": "@remotion/media-utils",
|
|
"version": "4.0.423",
|
|
"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.423",
|
|
"@remotion/webcodecs": "4.0.423",
|
|
"remotion": "4.0.423",
|
|
"mediabunny": "1.34.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0",
|
|
"react-dom": ">=16.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@remotion/eslint-config-internal": "4.0.423",
|
|
"eslint": "9.19.0"
|
|
},
|
|
"keywords": [
|
|
"remotion",
|
|
"ffmpeg",
|
|
"video",
|
|
"react",
|
|
"player"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"homepage": "https://www.remotion.dev/docs/media-utils"
|
|
}
|