astro/packages/integrations/image/test/fixtures/get-image-remote/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
199 B
JSON
Raw Normal View History

2022-10-07 21:08:15 +00:00
{
"name": "@test/image-get-image-remote",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/image": "workspace:*",
"astro": "workspace:*",
"sharp": "^0.32.1"
2022-10-07 21:08:15 +00:00
}
}