{ "name": "marketing-video", "version": "1.0.0", "description": "ScanReceipts hype marketing video built with Remotion", "main": "src/index.ts", "scripts": { "start": "npx remotion studio", "render": "npx remotion render ScanReceiptsMarketing out/marketing.mp4", "render:hq": "npx remotion render ScanReceiptsMarketing out/marketing-hq.mp4 --quality 100 --crf 14", "still": "npx remotion still ScanReceiptsMarketing out/still.png", "build": "npx tsc" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@remotion/cli": "^4.0.0", "@remotion/google-fonts": "^4.0.512", "@remotion/renderer": "^4.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", "remotion": "^4.0.0" } }