wrath/package.json
2024-11-27 03:31:14 +08:00

16 lines
321 B
JSON

{
"name": "my-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.0-beta.10",
"@astrojs/check": "^0.9.4",
"typescript": "^5.7.2"
}
}