astro/examples/with-vitest/package.json
Houston (Bot) 84427f33c1
[ci] release (#8330)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-31 13:42:22 -04:00

18 lines
343 B
JSON

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