astro-resume/package.json
2023-07-16 11:55:35 +02:00

15 lines
No EOL
262 B
JSON

{
"name": "resume",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.8.3"
}
}