{
  "name": "vobsub-to-srt",
  "version": "0.1.4",
  "description": "Convert VobSub (IDX/SUB) subtitle files to SRT format using FFmpeg and Mac System OCR.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "bin": {
    "vobsub-to-srt": "lib/bin.js"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigtimebuddy/vobsub-to-srt.git"
  },
  "keywords": [
    "vobsub",
    "srt",
    "ffmpeg",
    "ocr",
    "subtitle"
  ],
  "author": "bigtimebuddy",
  "contributors": [
    {
      "name": "bigtimebuddy",
      "url": "https://github.com/bigtimebuddy"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@cherrystudio/mac-system-ocr": "^0.2.5",
    "canvas": "^3.2.0",
    "ffmpeg-static": "^5.2.0",
    "pngjs": "^7.0.0"
  }
}
