astro/packages/integrations/prefetch/test/fixtures/style-prefetch/package.json
2023-04-13 22:19:08 +08:00

9 lines
176 B
JSON

{
"name": "@test/astro-style-prefetch",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/prefetch": "workspace:*",
"astro": "workspace:*"
}
}