fgo-ta-com-website/package.json
Firq b28e7ddf1b
All checks were successful
/ build-site (push) Successful in 1m56s
/ release (push) Successful in 7s
/ checking (push) Successful in 28s
bumped version
2023-12-21 15:38:59 +01:00

17 lines
309 B
JSON

{
"name": "fgo-ta-com-website",
"type": "module",
"version": "0.1.3",
"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"
}
}