{
  "name": "convert",
  "version": "1.0.0",
  "description": "File format conversion CLI - convert between images, PDFs, documents, and data formats with AI-powered extraction",
  "type": "module",
  "main": "src/index-local.ts",
  "bin": {
    "convert": "src/index-local.ts"
  },
  "scripts": {
    "start": "bun run src/index-local.ts",
    "dev": "bun run --watch src/index-local.ts"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.36.3",
    "csv-parse": "^5.6.0",
    "csv-stringify": "^6.5.2",
    "exceljs": "^4.4.0",
    "html-to-text": "^9.0.5",
    "mammoth": "^1.8.0",
    "marked": "^15.0.4",
    "openai": "^4.77.0",
    "pdf-lib": "^1.17.1",
    "pdf-parse": "^1.1.1",
    "sharp": "^0.33.5",
    "turndown": "^7.2.0",
    "yaml": "^2.8.2"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@types/pdf-parse": "^1.1.4",
    "@types/turndown": "^5.0.5"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}
