{
  "name": "simple-ffmpegjs",
  "version": "0.6.1",
  "description": "Declarative video composition for Node.js — define clips, transitions, text, and audio as simple objects, and let FFmpeg handle the rest.",
  "author": "Brayden Blackwell <braydenblackwell21@gmail.com> (https://github.com/Fats403)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fats403/simple-ffmpeg.git"
  },
  "homepage": "https://github.com/Fats403/simple-ffmpeg#readme",
  "bugs": {
    "url": "https://github.com/Fats403/simple-ffmpeg/issues"
  },
  "main": "index.cjs",
  "module": "index.mjs",
  "types": "types/index.d.ts",
  "exports": {
    ".": {
      "types": {
        "import": "./types/index.d.mts",
        "require": "./types/index.d.ts"
      },
      "import": "./index.mjs",
      "require": "./index.cjs"
    }
  },
  "files": [
    "src",
    "types",
    "index.cjs",
    "index.mjs"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:unit": "vitest run tests/unit",
    "test:integration": "vitest run tests/integration",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "keywords": [
    "ffmpeg",
    "video",
    "video-editing",
    "video-processing",
    "video-composition",
    "video-generation",
    "audio",
    "audio-mixing",
    "transitions",
    "crossfade",
    "xfade",
    "text-overlay",
    "drawtext",
    "subtitles",
    "ken-burns",
    "slideshow",
    "concat",
    "merge",
    "splice",
    "trim",
    "thumbnail",
    "encoder",
    "media",
    "multimedia",
    "automation",
    "pipeline",
    "cli",
    "node",
    "nodejs"
  ],
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@stylistic/eslint-plugin": "^5.9.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^10.0.2",
    "vitest": "^3.0.0"
  }
}
