astro/examples/with-vitest/package.json
Fred K. Bot 2ffdafff45
[ci] release (#4921)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-30 20:15:38 +00: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": "^1.4.1",
"vitest": "^0.20.3"
}
}