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