astro/packages/labs/prefetch/test/fixtures/basic-prefetch/package.json

10 lines
170 B
JSON
Raw Normal View History

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