Setting the file. One moment.
Skill 32 · Remotion To Hyperframes
Subchapter 32.54
Scripts
Gitkeepscriptsassets/test-corpus/tier-3-data-driven/remotion-src/package.json
JSON15 lines319 B
{
"name": "tier-3-data-driven-remotion",
"version": "0.0.0",
"private": true,
"scripts": {
"render": "remotion render Stargazed out/baseline.mp4"
},
"dependencies": {
"@remotion/cli": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remotion": "^4.0.0",
"zod": "^3.22.0"
}
}