20 lines
512 B
JSON
20 lines
512 B
JSON
{
|
|
"name": "mcp-chat-animation",
|
|
"version": "1.0.0",
|
|
"description": "MCP Chat Animation - AI Assistant Demo",
|
|
"scripts": {
|
|
"start": "remotion studio",
|
|
"build": "remotion render src/index.ts MCPChatAnimation out/mcp-chat.mp4",
|
|
"preview": "remotion preview src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@remotion/cli": "^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"
|
|
}
|
|
} |