lukeh990.io/package.json
2023-12-11 09:28:07 -05:00

17 lines
342 B
JSON

{
"name": "lukeh990-io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"astro": "^4.0.4",
"typescript": "^5.3.3"
}
}