Initial release — OpenMontage: the first open-source agentic video production system
11 production pipelines, 47 tools, 124 agent skills.
Supports cloud APIs (fal.ai, OpenAI, ElevenLabs, Suno, HeyGen, Runway) and
free local providers (diffusers, Piper TTS, WAN 2.1, Hunyuan, CogVideo).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 08:25:17 -07:00
|
|
|
{
|
|
|
|
|
"name": "openmontage-remotion-composer",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Remotion composition renderer for OpenMontage animated explainer videos",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "npx remotion studio",
|
|
|
|
|
"build": "npx remotion render src/index.tsx Explainer out/video.mp4",
|
|
|
|
|
"upgrade": "npx remotion upgrade"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-29 12:06:06 -07:00
|
|
|
"@remotion/captions": "^4.0.441",
|
|
|
|
|
"@remotion/cli": "^4.0.441",
|
|
|
|
|
"@remotion/google-fonts": "^4.0.441",
|
|
|
|
|
"@remotion/media": "^4.0.441",
|
|
|
|
|
"@remotion/player": "^4.0.441",
|
|
|
|
|
"@remotion/transitions": "^4.0.441",
|
Initial release — OpenMontage: the first open-source agentic video production system
11 production pipelines, 47 tools, 124 agent skills.
Supports cloud APIs (fal.ai, OpenAI, ElevenLabs, Suno, HeyGen, Runway) and
free local providers (diffusers, Piper TTS, WAN 2.1, Hunyuan, CogVideo).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 08:25:17 -07:00
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2026-03-29 12:06:06 -07:00
|
|
|
"remotion": "^4.0.441"
|
Initial release — OpenMontage: the first open-source agentic video production system
11 production pipelines, 47 tools, 124 agent skills.
Supports cloud APIs (fal.ai, OpenAI, ElevenLabs, Suno, HeyGen, Runway) and
free local providers (diffusers, Piper TTS, WAN 2.1, Hunyuan, CogVideo).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 08:25:17 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^18.2.0",
|
|
|
|
|
"typescript": "^5.3.0"
|
|
|
|
|
}
|
|
|
|
|
}
|