{
  "name": "vue-heic-image",
  "version": "2.0.0",
  "private": false,
  "author": "Parsa Jiravand",
  "email": "parsajiravand@gmail.com",
  "homepage": "https://github.com/parsajiravand/vue-heic-image",
  "repository": {
    "type": "git",
    "url": "https://github.com/parsajiravand/vue-heic-image.git"
  },
  "description": "Vue 3 HEIC/HEIF image preview and converter for the browser: HeicImage component, useHeicImage composable, PNG/JPEG/GIF output, TypeScript, iOS photos, heic2any.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite -c example/vite.config.ts --port 3035",
    "build": "vite build",
    "build:example": "vite build -c example/vite.config.ts",
    "preview": "vite preview -c example/vite.config.ts",
    "test": "vitest run",
    "lint": "eslint .",
    "typecheck": "vue-tsc --noEmit"
  },
  "keywords": [
    "vue",
    "vue3",
    "heic",
    "heif",
    "image",
    "converter",
    "preview",
    "ios",
    "iphone",
    "photo",
    "animated",
    "typescript",
    "heic2any",
    "nuxt",
    "vite",
    "browser",
    "jpeg",
    "png",
    "gif",
    "composable",
    "component"
  ],
  "license": "MIT",
  "peerDependencies": {
    "vue": "^3.4.0"
  },
  "dependencies": {
    "heic2any": "^0.0.4"
  },
  "devDependencies": {
    "@types/node": "^20.11.24",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "@vitejs/plugin-vue": "^5.0.4",
    "@vue/eslint-config-typescript": "^12.0.0",
    "eslint": "^8.57.0",
    "eslint-plugin-vue": "^9.22.0",
    "happy-dom": "^20.8.7",
    "typescript": "^5.3.3",
    "vite": "^6.2.2",
    "vite-plugin-dts": "^4.5.3",
    "vitest": "^3.0.8",
    "vue": "^3.4.19",
    "vue-tsc": "^3.0.0-alpha.2"
  }
}
