fb42067538
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.5.2 to 3.6.4. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@3.6.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"name": "comfycamp",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"check": "astro check && tsc --noEmit",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.3.1",
|
|
"@astrojs/rss": "^3.0.0",
|
|
"astro": "^3.6.4",
|
|
"typescript": "^5.3.2"
|
|
}
|
|
}
|