fgo-ta-com-website/package.json
Firq 4fcbecbe7a
All checks were successful
/ checking (push) Successful in 13s
/ build-site (push) Successful in 2m5s
/ release (push) Successful in 8s
Release 0.1.0
2023-12-20 21:47:37 +01:00

17 lines
291 B
JSON

{
"name": "",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^1.4.0",
"astro": "^2.8.3"
}
}