{
  "name": "vite-plugin-optimize-image",
  "version": "1.0.2",
  "description": "Optimize image plugin in vite",
  "main": "./index.cjs",
  "module": "./index.js",
  "types": "./index.d.ts",
  "type": "module",
  "keywords": [
    "vite-plugin",
    "vite",
    "plugin",
    "optimize-image",
    "optimize",
    "webp",
    "image",
    "convertor",
    "converter"
  ],
  "license": "MIT",
  "devDependencies": {},
  "author": {
    "name": "yunseul lee",
    "email": "yun.zzang9.me@gmail.com",
    "url": "https://github.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yunzzng/vite-plugin-optimize-image"
  }
}