19 lines
448 B
JSON
19 lines
448 B
JSON
{
|
|
"name": "remotion-site",
|
|
"version": "1.0.0",
|
|
"description": "A modern Remotion website",
|
|
"scripts": {
|
|
"start": "remotion studio",
|
|
"build": "remotion render LandingPage out/video.mp4",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"remotion": "^4.0.422",
|
|
"@remotion/cli": "^4.0.422",
|
|
"@remotion/eslint-config": "^4.0.422"
|
|
}
|
|
}
|