Add .gitignore to exclude all node packages and lock files

This commit is contained in:
Adolfo Reyna
2026-02-23 21:56:04 -05:00
parent faae96c9ed
commit dcc5c6c044
9747 changed files with 1555105 additions and 2 deletions
@@ -0,0 +1,45 @@
{
"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"
}