Add .gitignore to exclude all node packages and lock files
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user