astro/packages/labs/prefetch/test/fixtures/basic-prefetch/package.json
2022-06-25 20:27:46 -05:00

9 lines
170 B
JSON

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