astro/examples/with-vitest/package.json
Fred K. Bot bb3d7d4f39
[ci] release (#4249)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-11 16:50:59 -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.3",
"vitest": "^0.20.3"
}
}