{
  "name": "@effing/ffmpeg",
  "version": "0.38.3",
  "description": "FFmpeg binary downloader for Effing",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/builtbyfew/effing.git",
    "directory": "packages/ffmpeg"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "install.mjs"
  ],
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "ffmpeg",
    "binary"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "install": "node install.mjs"
  }
}