astro/packages/integrations/image/test/fixtures/assets-prefix/package.json

10 lines
172 B
JSON
Raw Normal View History

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