aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/unused-slot/package.json
blob: b30e1f40e39d03b404a8b922a3e63cbd22c67d00 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "name": "@test/unused-slot",
  "version": "0.0.0",
  "private": true,
  "dependencies": {
    "astro": "workspace:*"
  }
}