Files
undefined.behavio.rs/package.json
2023-11-24 03:17:16 -06:00

17 lines
331 B
JSON

{
"name": "",
"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": "^3.6.0",
"typescript": "^5.3.2"
}
}