aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/sitemap/test/fixtures/trailing-slash/package.json
blob: 980e02e7389895f6275313c447e715a726ffd726 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "name": "@test/sitemap-trailing-slash",
  "version": "0.0.0",
  "private": true,
  "dependencies": {
    "astro": "workspace:*",
    "@astrojs/sitemap": "workspace:*"
  }
}