2026-01-28 23:00:58 -05:00

22 lines
601 B
JSON

{
"name": "clawdbot-calls-video",
"version": "1.0.0",
"description": "Promotional video for ClawdBot AI phone calls",
"scripts": {
"dev": "remotion studio",
"build": "remotion render src/index.tsx ClawdBotCalls out/clawdbot-calls.mp4",
"preview": "remotion render src/index.tsx ClawdBotCalls out/preview.mp4 --quality 50"
},
"dependencies": {
"@remotion/cli": "^4.0.0",
"@remotion/player": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remotion": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"typescript": "^5.0.0"
}
}