astro/packages/integrations/sitemap/test/fixtures/static/package.json

10 lines
169 B
JSON
Raw Normal View History

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