astro/packages/integrations/node/test/fixtures/image/package.json

14 lines
243 B
JSON
Raw Normal View History

{
"name": "@test/nodejs-image",
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/node": "workspace:*"
},
"scripts": {
"build": "astro build",
"preview": "astro preview"
}
}