db8c04002f
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
18 lines
343 B
JSON
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": "^2.9.3",
|
|
"vitest": "^0.31.4"
|
|
}
|
|
}
|