astro/examples/with-vitest/package.json
Fred K. Schott 3a7f2385ea Revert "[ci] release (#4223)"
This reverts commit d4ad409875.
2022-08-09 17:28:02 -07:00

18 lines
346 B
JSON

{
"name": "@example/with-vitest",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest"
},
"devDependencies": {
"astro": "^1.0.0",
"vitest": "^0.20.3"
}
}