{
  "name": "@gumlet/fluent-ffmpeg",
  "version": "1.0.4",
  "description": "A fluent API to FFMPEG (http://www.ffmpeg.org)",
  "keywords": [
    "ffmpeg"
  ],
  "author": "Gumlet <support@gumlet.com>",
  "contributors": [
    {
      "name": "Felix Fichte",
      "email": "spruce@space-ships.de"
    },
    {
      "name": "Gumlet",
      "email": "support@gumlet.com"
    }
  ],
  "files": [
    "lib/**/*",
    "index.js"
  ],
  "license": "MIT",
  "bugs": {
    "mail": "support@gumlet.com",
    "url": "https://github.com/gumlet/node-fluent-ffmpeg/issues"
  },
  "repository": "git@github.com:gumlet/node-fluent-ffmpeg.git",
  "devDependencies": {
    "@biomejs/biome": "^2.4.6",
    "@vitest/coverage-v8": "^4.0.18",
    "jsdoc": "^4.0.0",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "which": "^6.0.0"
  },
  "engines": {
    "node": ">=20"
  },
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "vitest --coverage"
  }
}
