2022-03-18 15:35:45 -07:00
|
|
|
{
|
|
|
|
"name": "@astrojs/sitemap",
|
2023-03-13 11:25:47 -03:00
|
|
|
"description": "Generate a sitemap for your Astro site",
|
2023-11-01 06:23:32 -07:00
|
|
|
"version": "3.0.3",
|
2022-03-18 15:35:45 -07:00
|
|
|
"type": "module",
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/withastro/astro.git",
|
|
|
|
"directory": "packages/integrations/sitemap"
|
|
|
|
},
|
2022-03-21 19:31:15 +00:00
|
|
|
"keywords": [
|
2022-07-08 16:55:33 -04:00
|
|
|
"astro-integration",
|
2022-03-21 19:31:15 +00:00
|
|
|
"astro-component",
|
2022-06-16 22:06:48 +03:00
|
|
|
"seo",
|
|
|
|
"sitemap"
|
2022-03-21 19:31:15 +00:00
|
|
|
],
|
2022-03-18 15:35:45 -07:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2022-07-11 21:10:34 +02:00
|
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/sitemap/",
|
2022-03-18 15:35:45 -07:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2022-06-16 22:06:48 +03:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2022-03-18 15:35:45 -07:00
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
2022-03-23 19:46:16 -05:00
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
2022-06-21 11:29:18 -04:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
|
|
|
"test": "mocha --timeout 20000"
|
2022-03-18 15:35:45 -07:00
|
|
|
},
|
2022-06-16 22:06:48 +03:00
|
|
|
"dependencies": {
|
|
|
|
"sitemap": "^7.1.1",
|
2023-10-30 11:02:59 -04:00
|
|
|
"zod": "^3.22.4"
|
2022-06-16 22:06:48 +03:00
|
|
|
},
|
2022-03-18 15:35:45 -07:00
|
|
|
"devDependencies": {
|
2023-05-03 18:19:45 +02:00
|
|
|
"@astrojs/node": "workspace:*",
|
2022-03-18 15:35:45 -07:00
|
|
|
"astro": "workspace:*",
|
2022-08-30 11:45:16 -04:00
|
|
|
"astro-scripts": "workspace:*",
|
2023-06-21 21:09:49 +08:00
|
|
|
"chai": "^4.3.7",
|
2023-08-24 16:34:33 +08:00
|
|
|
"mocha": "^10.2.0",
|
|
|
|
"xml2js": "0.6.2"
|
2023-10-03 16:25:25 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
2022-03-18 15:35:45 -07:00
|
|
|
}
|
|
|
|
}
|