20 lines
366 B
JSON
20 lines
366 B
JSON
{
|
|
"name": "ryans-blog",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"astro": "^6.4.6",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|