{
  "name": "remotion-express-app",
  "version": "1.0.0",
  "description": "Express app with Remotion 4, ElevenLabs, and video generation",
  "type": "module",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js",
    "build": "echo 'Build script placeholder'",
    "render": "remotion render",
    "test": "echo 'Test script placeholder'"
  },
  "keywords": [
    "remotion",
    "express",
    "video",
    "ffmpeg",
    "elevenlabs",
    "playwright",
    "screenshot",
    "s3",
    "gcs",
    "cloud-storage"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1041.0",
    "@aws-sdk/s3-request-presigner": "^3.1041.0",
    "@google-cloud/storage": "^7.19.0",
    "axios": "^1.6.2",
    "cors": "^2.8.5",
    "crypto-js": "^4.2.0",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "ffmpeg-static": "^5.1.0",
    "ffprobe-static": "^3.1.0",
    "fluent-ffmpeg": "^2.1.2",
    "fs-extra": "^11.3.4",
    "multer": "^1.4.5-lts.1",
    "playwright": "^1.40.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "redis": "^5.12.1",
    "remotion": "^4.0.0"
  },
  "devDependencies": {
    "@types/body-parser": "^1.19.6",
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.6",
    "@types/node": "^25.6.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "typescript": "^5.0.0"
  }
}
