astro/packages/integrations/sitemap/test/fixtures/ssr/package.json
2023-05-03 13:41:39 -04:00

9 lines
166 B
JSON

{
"name": "@test/sitemap-ssr",
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/sitemap": "workspace:*"
}
}