astro/packages/integrations/image/test/fixtures/rotation/package.json
2023-04-13 22:19:08 +08:00

11 lines
221 B
JSON

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