2023-12-11 14:28:07 +00:00
|
|
|
{
|
|
|
|
"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"
|
2023-12-11 17:06:20 +00:00
|
|
|
},
|
|
|
|
"license": "MIT"
|
2023-12-11 14:28:07 +00:00
|
|
|
}
|