Files
benramey.com-astro/package.json
2024-11-04 09:47:26 -06:00

14 lines
236 B
JSON

{
"name": "benramey.com",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.17.2",
"@astrojs/renderer-preact": "^0.1.3"
}
}