noahsw.xyz/package.json

15 lines
266 B
JSON
Raw Normal View History

2023-10-21 16:53:39 +00:00
{
"name": "noahsw.xyz",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^3.3.2"
}
}