astro-seo-plugin
Version:
A strong and reliable Astro SEO optimization plugin made just for Astro-based websites that boosts performance, makes sites more visible to search engines, and helps developers get their sites to rank higher. It does this through smart analytics and by ma
76 lines (75 loc) • 1.97 kB
JSON
{
"name": "astro-seo-plugin",
"version": "1.3.5",
"description": "A strong and reliable Astro SEO optimization plugin made just for Astro-based websites that boosts performance, makes sites more visible to search engines, and helps developers get their sites to rank higher. It does this through smart analytics and by managing metadata.",
"repository": {
"type": "git",
"url": "https://github.com/bhargav-bkpatel/astro-seo-plugin"
},
"homepage": "https://astro-seo-plugin.vercel.app/",
"bugs": {
"url": "https://github.com/bhargav-bkpatel/astro-seo-plugin/issues"
},
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./components/*": "./dist/components/*",
"./types": "./dist/types/index.js"
},
"files": [
"dist",
"dist/components",
"dist/types",
"README.md"
],
"scripts": {
"dev": "tsc --watch",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"build": "npm run clean && npm run build:js",
"build:js": "node scripts/build.js",
"clean": "rimraf dist",
"prepare": "npm run build"
},
"keywords": [
"astro",
"withastro",
"astro-seo-plugin",
"astro-component",
"astro-integration",
"astro-seo",
"astro-analytics",
"astro-plugin",
"astro-content",
"astro-meta-tags",
"astro-canonical-tag"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=18.14.1",
"npm": ">=9.3.1"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"schema-dts": "^1.1.2"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/ms": "^2.1.0",
"@vitest/coverage-v8": "^1.3.1",
"astro": "^5.0.0",
"esbuild": "^0.20.1",
"rimraf": "^5.0.5",
"typescript": "^5.0.0",
"vitest": "^1.3.1"
}
}