astro-ghostcms/.pnpm-store/v3/files/63/cfc4040b536426fd8a74161928b...

45 lines
1.1 KiB
Plaintext

{
"name": "astro-seo",
"version": "0.8.0",
"description": "Makes it easy to add SEO relevant tags to your Astro app.",
"homepage": "https://github.com/jonasmerlin/astro-seo#readme",
"bugs": {
"url": "https://github.com/jonasmerlin/astro-seo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jonasmerlin/astro-seo"
},
"files": [
"index.ts",
"src/index.ts",
"src/SEO.astro",
"src/components"
],
"exports": "./index.ts",
"keywords": [
"astro-component",
"seo"
],
"author": "Jonas Schumacher",
"license": "MIT",
"scripts": {
"cypress:open": "cypress open",
"dev": "astro dev",
"build": "astro check && tsc --noEmit && astro build",
"start": "astro preview",
"format": "prettier -w ./src",
"check:format": "prettier -c ./src",
"release": "standard-version",
"check": "astro check"
},
"devDependencies": {
"astro": "^2.1.5",
"cypress": "^12.8.1",
"prettier": "^2.8.6",
"prettier-plugin-astro": "^0.8.0",
"standard-version": "^9.5.0",
"typescript": "^5.0.2"
}
}