aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/node/test/fixtures/image/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/node/test/fixtures/image/package.json')
-rw-r--r--packages/integrations/node/test/fixtures/image/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/integrations/node/test/fixtures/image/package.json b/packages/integrations/node/test/fixtures/image/package.json
new file mode 100644
index 000000000..e21388c8a
--- /dev/null
+++ b/packages/integrations/node/test/fixtures/image/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "@test/nodejs-image",
+ "version": "0.0.0",
+ "private": true,
+ "dependencies": {
+ "@astrojs/node": "workspace:*",
+ "astro": "workspace:*"
+ },
+ "peerDependencies": {
+ "sharp": "^0.33.5"
+ },
+ "scripts": {
+ "build": "astro build",
+ "preview": "astro preview"
+ }
+}