{
  "name": "astro-favicons",
  "version": "3.1.5",
  "description": "An all-in-one favicon and PWA assets generator for Astro projects. It automates the creation of favicons, manifest, and supports hot reloading for efficient development. Powered by `astro-capo`, it keeps your ﹤𝚑𝚎𝚊𝚍﹥ content well-organized and tidy.",
  "type": "module",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./middleware": {
      "types": "./dist/middleware.d.mts",
      "import": "./dist/middleware.mjs"
    }
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "fmt": "prettier --write .",
    "build": "unbuild",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ACP-CODE/astro-favicons.git"
  },
  "keywords": [
    "astro",
    "astro-integration",
    "favicons",
    "web-manifest",
    "apple-icons",
    "apple-startup",
    "Capo.js",
    "pwa",
    "manifest.webmanifest",
    "browserconfig.xml",
    "yandex-browser-manifest.json",
    "android",
    "android-chrome",
    "windows",
    "windows-tile",
    "yandex"
  ],
  "author": "Junlin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ACP-CODE/astro-favicons/issues"
  },
  "homepage": "https://github.com/ACP-CODE/astro-favicons#readme",
  "dependencies": {
    "favilib": "^1.0.5",
    "ultrahtml": "^1.5.3"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "astro": "4.16.18",
    "prettier": "^3.3.3",
    "unbuild": "^2.0.0"
  },
  "peerDependencies": {
    "astro": ">= 4.0.0"
  }
}
