Files
juchatz/package.json
2025-05-20 17:06:58 -07:00

17 lines
309 B
JSON

{
"name": "irregular-inclination",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.2.1",
"astro": "^5.7.13",
"dotenv": "^16.5.0"
}
}