0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/integrations/web-vitals/test/fixtures/basics/package.json
2024-05-03 17:40:53 +02:00

16 lines
341 B
JSON

{
"name": "@test/web-vitals",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/web-vitals": "workspace:*",
"astro": "workspace:*"
}
}