fgo-ta-com-website/package.json
Firq e75a575417
All checks were successful
/ build-site (push) Successful in 1m55s
/ release (push) Successful in 37s
/ checking (push) Successful in 10s
Updated serve docker ref
2023-12-29 13:21:27 +01:00

17 lines
309 B
JSON

{
"name": "fgo-ta-com-website",
"type": "module",
"version": "0.1.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.7"
}
}