mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
6fc29e3c24
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
18 lines
344 B
JSON
18 lines
344 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": "^4.16.15",
|
|
"vitest": "^2.1.6"
|
|
}
|
|
}
|