mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
82d81a1485
* [ci] release * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@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": "^4.4.15",
|
|
"vitest": "^1.3.1"
|
|
}
|
|
}
|