personal-site/package.json

17 lines
No EOL
286 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.16.6"
},
"devDependencies": {
"@types/bun": "^1.3.5"
}
}