0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00
astro/examples/with-vitest/package.json
Houston (Bot) 6c68269c0e
[ci] release (#12960)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-13 16:15:24 +01:00

17 lines
323 B
JSON

{
"name": "@example/with-vitest",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest"
},
"dependencies": {
"astro": "^5.1.6",
"vitest": "^3.0.0-beta.3"
}
}