{
  "name": "udfpdf",
  "version": "2.0.0",
  "description": "Convert UYAP UDF documents to PDF, DOCX, HTML, Markdown, or plain text",
  "keywords": [
    "uyap",
    "udf",
    "pdf",
    "converter",
    "turkish",
    "court",
    "legal"
  ],
  "license": "Apache-2.0",
  "author": {
    "name": "Burak Goksel",
    "email": "bgokselburak@gmail.com",
    "url": "https://github.com/gokselb"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gokselb/udfpdf"
  },
  "homepage": "https://github.com/gokselb/udfpdf#readme",
  "bugs": {
    "url": "https://github.com/gokselb/udfpdf/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "bin": {
    "udfpdf": "./dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "check:license": "node scripts/check-license.mjs"
  },
  "dependencies": {
    "commander": "^12.1.0",
    "docx": "^8.5.0",
    "fast-glob": "^3.3.2",
    "fast-xml-parser": "^4.4.1",
    "jszip": "^3.10.1",
    "ora": "^8.1.1",
    "pdfmake": "^0.3.8"
  },
  "devDependencies": {
    "@semantic-release/github": "^12.0.8",
    "@semantic-release/npm": "^13.1.5",
    "@types/node": "^20.14.0",
    "@types/pdfmake": "^0.3.2",
    "semantic-release": "^25.0.3",
    "tsup": "^8.2.0",
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  },
  "engines": {
    "node": ">=18"
  }
}
