aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/vue/test/fixtures/app-entrypoint-src-absolute/package.json
blob: 244f9120c82519a4441dee8ebb7b49ae63d9274c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "@test/vue-app-entrypoint-src-absolute",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/vue": "workspace:*",
    "astro": "workspace:*"
  }
}