UNPKG

@astrolib/seo

Version:
61 lines (60 loc) 1.46 kB
{ "name": "@astrolib/seo", "version": "1.0.0-beta.8", "description": "Managing your SEO easier in Astro projects", "homepage": "https://github.com/onwidget/astrolib/tree/main/packages/seo", "bugs": { "url": "https://github.com/onwidget/astrolib/issues" }, "repository": { "type": "git", "url": "https://github.com/onwidget/astrolib.git", "directory": "packages/seo" }, "author": { "name": "onWidget", "email": "contact@onwidget.com", "url": "https://github.com/onwidget" }, "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-beta.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-beta.0 || ^5.0.0" } }