Files
coolify-examples/astro/server/package.json
2024-03-14 14:47:56 +01:00

19 lines
363 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.5.9",
"@astrojs/node": "^8.2.3",
"astro": "^4.5.3",
"typescript": "^5.4.2"
}
}