{
  "name": "social-clips",
  "version": "1.0.0",
  "description": "Remotion-based social clip generator â turn Slack threads into animated videos",
  "scripts": {
    "studio": "npx remotion studio",
    "render": "npx remotion render",
    "render:stories": "npx remotion render plus-one-slack-stories out/plus-one-slack-stories.mp4 --codec=h264 --crf=18",
    "render:landscape": "npx remotion render plus-one-slack-landscape out/plus-one-slack-landscape.mp4 --codec=h264 --crf=18",
    "gif:stories": "npx remotion render plus-one-slack-stories out/tmp.mp4 --codec=h264 --crf=18 && ffmpeg -y -i out/tmp.mp4 -vf \"fps=15,scale=540:-1:flags=lanczos,split[s0][s1];[s0]palettegen=max_colors=128[p];[s1][p]paletteuse=dither=bayer:bayer_scale=3\" out/plus-one-slack-stories.gif && rm out/tmp.mp4",
    "gif:landscape": "npx remotion render plus-one-slack-landscape out/tmp.mp4 --codec=h264 --crf=18 && ffmpeg -y -i out/tmp.mp4 -vf \"fps=15,scale=960:-1:flags=lanczos,split[s0][s1];[s0]palettegen=max_colors=128[p];[s1][p]paletteuse=dither=bayer:bayer_scale=3\" out/plus-one-slack-landscape.gif && rm out/tmp.mp4"
  },
  "type": "commonjs",
  "dependencies": {
    "@remotion/bundler": "4.0.422",
    "@remotion/cli": "4.0.422",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "remotion": "4.0.422"
  },
  "devDependencies": {
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "typescript": "^5.9.3"
  }
}
