UNPKG

astro-favicons

Version:

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.

69 lines (68 loc) โ€ข 1.71 kB
{ "name": "astro-favicons", "version": "3.1.6", "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": "5.15.9", "prettier": "^3.3.3", "unbuild": "^3.5.0" }, "peerDependencies": { "astro": ">= 4.0.0" } }