{
  "name": "@wxt-dev/auto-icons",
  "description": "WXT module for automatically generating extension icons in different sizes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wxt-dev/wxt.git",
    "directory": "packages/auto-icons"
  },
  "homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/auto-icons/README.md",
  "keywords": [
    "wxt",
    "module",
    "icons",
    "manifest"
  ],
  "author": {
    "name": "Florian Metz",
    "email": "me@timeraa.dev"
  },
  "contributors": [
    {
      "name": "Aaron Klinker",
      "email": "aaronklinker1+wxt@gmail.com"
    }
  ],
  "license": "MIT",
  "version": "1.1.1",
  "type": "module",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "wxt": ">=0.19.0"
  },
  "dependencies": {
    "defu": "^6.1.4",
    "fs-extra": "^11.3.3",
    "sharp": "^0.34.5"
  },
  "devDependencies": {
    "oxlint": "^1.43.0",
    "publint": "^0.3.17",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18",
    "wxt": "0.20.17"
  },
  "scripts": {
    "build": "buildc -- tsdown",
    "check": "pnpm build && check",
    "test": "buildc --deps-only -- vitest"
  }
}