astro/packages/integrations/image/test/fixtures/get-image-remote/package.json
2022-10-07 17:08:15 -04:00

10 lines
199 B
JSON

{
"name": "@test/image-get-image-remote",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/image": "workspace:*",
"astro": "workspace:*",
"sharp": "^0.31.0"
}
}