{
  "name": "@hushvert/engine",
  "version": "0.2.4",
  "description": "Client-side file conversion engine: images (incl. JPEG XL, BMP, TIFF, compress), archives, PDF page ops and rendering, audio, small video and DOCX preview as WebAssembly in the browser. Your files never leave your device.",
  "license": "MIT",
  "type": "module",
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./src/index.ts"
    },
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_LICENSES.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "CHANGELOG.md"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hushvert/engine.git"
  },
  "homepage": "https://hushvert.com/for-developers",
  "bugs": {
    "url": "https://github.com/hushvert/engine/issues"
  },
  "keywords": [
    "file-converter",
    "file-conversion",
    "convert",
    "webassembly",
    "wasm",
    "client-side",
    "in-browser",
    "privacy",
    "no-upload",
    "offline",
    "heic",
    "heic-to-jpg",
    "image-converter",
    "avif",
    "webp",
    "jxl",
    "jpeg-xl",
    "tiff",
    "pdf",
    "pdf-converter",
    "audio-converter",
    "video-converter",
    "ffmpeg",
    "archive",
    "browser",
    "typescript",
    "csv-to-json",
    "json-to-csv",
    "yaml",
    "csv",
    "xlsx",
    "data-converter"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "eslint src tests",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "build": "tsc -p tsconfig.build.json",
    "prepublishOnly": "npm run lint && npm run typecheck && npm run test && npm run build"
  },
  "devDependencies": {
    "eslint": "^9",
    "typescript": "^5",
    "typescript-eslint": "^8",
    "vitest": "^3"
  },
  "dependencies": {
    "@cantoo/pdf-lib": "^2.7.1",
    "@ffmpeg/core": "^0.12.10",
    "@ffmpeg/ffmpeg": "^0.12.15",
    "@jsquash/avif": "^2.1.1",
    "@jsquash/jpeg": "^1.6.0",
    "@jsquash/jxl": "^1.3.0",
    "@jsquash/oxipng": "^2.3.0",
    "@jsquash/png": "^3.1.1",
    "@jsquash/webp": "^1.5.0",
    "@types/js-yaml": "^4.0.9",
    "@zip.js/zip.js": "^2.8.26",
    "heic-to": "^1.5.2",
    "js-yaml": "^4.2.0",
    "libarchive.js": "^2.0.2",
    "mammoth": "^1.12.0",
    "pdfjs-dist": "^6.0.227",
    "utif2": "^4.1.0",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
  }
}
