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