UNPKG

@itsmatteomanf/astro-early-hints

Version:
67 lines 1.62 kB
{ "name": "@itsmatteomanf/astro-early-hints", "version": "0.4.1", "description": "Generates Link tags for your Astro site", "keywords": [ "astro-integration", "astro-component", "withastro", "astro", "early-hints", "link-header", "link-tag", "preload", "prefetch", "prerender", "seo", "performance" ], "homepage": "https://github.com/itsmatteomanf/astro-components/tree/main/packages/astro-searly-hints#readme", "repository": { "type": "git", "url": "https://github.com/itsmatteomanf/astro-components.git", "directory": "packages/astro-early-hints" }, "license": "MIT", "author": { "name": "Matteo Manfredi", "email": "matteo@manfredi.io", "url": "https://matteo.manfredi.io" }, "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./middleware": { "types": "./dist/middleware/index.d.ts", "default": "./dist/middleware/index.js" } }, "files": [ "dist" ], "dependencies": { "node-html-parser": "^6.1.13", "zod": "^3.23.8" }, "devDependencies": { "tsup": "^8.3.5" }, "peerDependencies": { "astro": "^4.0.0 || ^5.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "format": "pnpm run format:code", "format:ci": "pnpm run format:imports && pnpm run format:code", "format:code": "prettier -w --cache '**/*' --ignore-unknown", "format:imports": "organize-imports-cli ./tsconfig.json" } }