astro/examples/with-vitest/package.json
Fred K. Bot 7960fb80a1
[ci] release (next) (#4480)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-25 17:27:35 -04:00

18 lines
353 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.1.0-next.0",
"vitest": "^0.20.3"
}
}