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,50 @@
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-server"
},
"name": "@remotion/studio-server",
"version": "4.0.423",
"description": "Run a Remotion Studio with a server backend",
"main": "dist",
"sideEffects": false,
"scripts": {
"lint": "eslint src",
"test": "bun test src",
"formatting": "prettier --experimental-cli src --check",
"make": "tsc -d"
},
"author": "Jonny Burger <jonny@remotion.dev>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/parser": "7.24.1",
"semver": "7.5.3",
"remotion": "4.0.423",
"recast": "0.23.11",
"@remotion/bundler": "4.0.423",
"@remotion/renderer": "4.0.423",
"@remotion/studio-shared": "4.0.423",
"memfs": "3.4.3",
"source-map": "0.7.3",
"open": "^8.4.2"
},
"devDependencies": {
"ast-types": "0.16.1",
"react": "19.2.3",
"@babel/types": "7.24.0",
"@types/semver": "^7.3.4",
"@remotion/eslint-config-internal": "4.0.423",
"eslint": "9.19.0",
"@types/node": "20.12.14"
},
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
}
}