18 lines
362 B
JSON
18 lines
362 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"
|
|
},
|
|
"license": "MIT"
|
|
} |