UNPKG

@digacy/astro-seo

Version:
54 lines (53 loc) 1.4 kB
{ "name": "@digacy/astro-seo", "version": "1.0.0", "description": "Managing your SEO easier in Astro projects", "homepage": "https://github.com/surya-ven/astrolib/tree/main/packages/seo", "repository": { "type": "git", "url": "https://github.com/surya-ven/astrolib.git", "directory": "packages/seo" }, "author": "Digacy", "license": "MIT", "type": "module", "main": "index.ts", "types": "src/types.ts", "publishConfig": { "access": "public" }, "exports": { ".": "./index.ts", "./types": "./src/types.ts", "./package.json": "./package.json" }, "files": [ "src", "index.ts" ], "keywords": [ "astro-component", "withastro", "astro", "astrolib", "seo", "astro-seo", "astro-integration" ], "scripts": { "test": "jest" }, "devDependencies": { "@types/html-escaper": "^3.0.0", "@types/jest": "^29.5.4", "astro": "^1.2.1 || ^2.0.0 || ^3.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", "html-escaper": "^3.0.3", "html-validate": "^8.18.2", "jest": "^29.6.3", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "peerDependencies": { "astro": "^1.2.1 || ^2.0.0 || ^3.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" } }