support-formatter-ui/package.json
2024-10-03 17:59:18 +02:00

17 lines
333 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": {
"astro": "^4.15.11",
"@astrojs/check": "^0.9.3",
"typescript": "^5.6.2"
}
}