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

View File

@@ -0,0 +1,20 @@
{
"name": "remotion-prompt-video",
"version": "1.0.0",
"type": "module",
"main": "render.mjs",
"scripts": {
"render": "node render.mjs",
"studio": "npx remotion studio src/index.ts"
},
"description": "Generate videos from text prompts using AI + Remotion",
"dependencies": {
"@remotion/bundler": "^4.0.422",
"@remotion/cli": "^4.0.422",
"@remotion/renderer": "^4.0.422",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"remotion": "^4.0.422",
"zod": "^3.22.3"
}
}